There are 16 valid colornames that can be used with HTML, shown in the table below. For all other colors, use hex color codes.
Drifter has an excellent Color Picker to help you select your colors.
There is also a list of color tools below the table.
| black = "#000000" | green = "#008000" | ||
| silver = "#C0C0C0" | lime = "#00FF00" | ||
| gray = "#808080" | olive = "#808000" | ||
| white = "#FFFFFF" | yellow = "#FFFF00" | ||
| maroon = "#800000" | navy = "#000080" | ||
| red = "#FF0000" | blue = "#0000FF" | ||
| purple = "#800080" | teal = "#008080" | ||
| fuchsia = "#FF00FF" | aqua = "#00FFFF" |
Happy coding!
Gnubee