Color Names List : Color « Reference « HTML / CSS






Color Names List

 

<html>
<body>
<h2>Color Names</h2>

<p>A collection of color names is supported by most browsers.</p>


<table class="ex" cellspacing="0" border="1" width="100%">
<tr>
<th align="left" width="50%">Color</th>
<th align="left" width="25%">Color HEX</th>

<th align="left" width="25%">Color Name</th>
</tr>
<tr>
<td bgcolor="#F0F8FF">&nbsp;</td>
<td align="left">#F0F8FF</td>
<td align="left">AliceBlue</td>
</tr>
<tr>
<td bgcolor="#FAEBD7">&nbsp;</td>
<td align="left">#FAEBD7</td>
<td align="left">AntiqueWhite</td>
</tr>

<tr>
<td bgcolor="#7FFFD4">&nbsp;</td>
<td align="left">#7FFFD4</td>
<td align="left">Aquamarine</td>
</tr>
<tr>
<td bgcolor="#000000">&nbsp;</td>
<td align="left">#000000</td>
<td align="left">Black</td>
</tr>
<tr>
<td bgcolor="#0000FF">&nbsp;</td>
<td align="left">#0000FF</td>

<td align="left">Blue</td>
</tr>
<tr>
<td bgcolor="#8A2BE2">&nbsp;</td>
<td align="left">#8A2BE2</td>
<td align="left">BlueViolet</td>
</tr>
<tr>
<td bgcolor="#A52A2A">&nbsp;</td>
<td align="left">#A52A2A</td>
<td align="left">Brown</td>
</tr>

</table>
<br />
<hr />

</body>
</html>


           
         
  








Related examples in the same category

1.Color Names: 140 color names are listed alphabetically.
2.The Web Palette
3.HTML Color Names
4.CSS Color Chart: Gray Scale
5.Shades of Gray
6.Colors Sorted Alphabetically
7.Fixed Red value: #FF
8.Fixed Red value: #00
9.Colors are displayed combining: RED, GREEN, and BLUE light sources
10.CSS Color Chart: Pure Colors
11.CSS Color Chart: Mixture of Red and Green
12.CSS Color Chart: Mixtures of Blue and Red
13.CSS Color Chart: Mixtures of Blue and Green
14.CSS Color Chart:Mixtures of Red, Blue, and Green
15.A table of color names that are supported by most browsers
16.Cross Platform Colors
17.CSS2.1 colors and their corresponding decimal, percentage, and hexadecimal values.
18.color constant name