HTML colors are constructed using a combination of three colors: red, green and blue. Each one of these colors can take a value from 0 to 255 and are represented in hexadecimal notation (00 to FF). This way, a color is composed by six characters where the two first represent the red value, the two second represent the green value and the two third represent the blue value (e.g., the red color gets FF for the red and 00 for the rest: "FF0000").
Mixing these values will mix the colors, so you can make a yellow by mixing red and green (e.g., "FFFF00"), violet by mixing red and blue (e.g., "FF00FF") or magenta by mixing green and blue (e.g., "00FFFF"). This works exactly as a painter palette.
The tone of the color can also be changed increasing (e.g., clearer violet "FF66FF") or decreasing (e.g., darker violet "AA00AA") the three values proportionally.
Note: by the nature of this page, blind people may find the following color chart barely useful.
This color chart shows a wide set of HTML colors that can be used in HTML documents. The purpose of this chart is just to show some colors available. The extra functionality is only available for browsers supporting JavaScript, and allow users to preview a color pick in an example document.
The tone of the color can also be changed increasing (e.g., clearer violet "FF66FF") or decreasing (e.g., darker violet "AA00AA") the three values proportionally.
HTML colors are constructed using a combination of three colors: red, green and blue. Each one of these colors can take a value from 0 to 255 and are represented in hexadecimal notation (00 to FF). This way, a color is composed by six characters where the two first represent the red value, the two second represent the green value and the two third represent the blue value (e.g., the red color gets FF for the red and 00 for the rest: "FF0000").
This color chart shows a wide set of HTML colors that can be used in HTML documents. The purpose of this chart is just to show some colors availables. The extra functionality is only available for browsers supporting JavaScript, and allow users to preview a color pick in an example document.