Difference between revisions of "Template:Color chart X11"

From blackwiki
Jump to navigation Jump to search
(The word "code" has come from </code> accidentally)
imported>Walwal20
(Remove cellpadding as it is discontinued in newer HTML versions. Add border-collapse, as it will be needed after I change the CSS.)
 
(18 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{|Style="font-size:90%" cellpadding="4"
+
<templatestyles src="Template:Color chart X11/custom.css" />
 +
{|Style="font-size:90%; display: inline; border-collapse: collapse;" Class="color-chart-x11-table"
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
|
 
|
{|Border="0"
 
 
|-
 
|-
 
! style="background:lightgrey" rowspan=2 | [[HTML]] name
 
! style="background:lightgrey" rowspan=2 | [[HTML]] name
! style="background:lightgrey" colspan=2 | [[RGB color model|<code>R &nbsp; G &nbsp; B</code>]]
+
! style="background:lightgrey" colspan=2 | [[RGB color model|R G B]]
 
|-
 
|-
! style="background:lightgrey" | [[Hexadecimal|<code>Hex</code>]]
+
! style="background:lightgrey" | [[Hexadecimal|Hex]]
! style="background:lightgrey" | <code>Decimal</code>
+
! style="background:lightgrey" | Decimal
 
|-
 
|-
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Pink colors'''}}
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Pink colors'''}}
|- style="background:pink;color:black"
+
|- style="background: mediumvioletred; color: white"
| <code>Pink</code> ||<code>FF&nbsp;C0&nbsp;CB</code>||<code>255&nbsp;192&nbsp;203</code>
+
| MediumVioletRed ||C7 15 85||199 &nbsp;21 133
|- style="background:lightpink;color:black"
+
|- style="background: deeppink; color: white"
| <code>LightPink</code> ||<code>FF&nbsp;B6&nbsp;C1</code>||<code>255&nbsp;182&nbsp;193</code>
+
| DeepPink ||FF 14 93||255 &nbsp;20 147
|- style="background:hotpink;color:white"
+
|- style="background: palevioletred; color: black"
| <code>HotPink</code> ||<code>FF&nbsp;69&nbsp;B4</code>||<code>255&nbsp;105&nbsp;180</code>
+
| PaleVioletRed ||DB 70 93||219 112 147
|- style="background:deeppink;color:white"
+
|- style="background: hotpink; color: black"
| <code>DeepPink</code> ||<code>FF&nbsp;14&nbsp;93</code>||<code>255&nbsp;&nbsp;20&nbsp;147</code>
+
| HotPink ||FF 69 B4||255 105 180
|- style="background:palevioletred;color:white"
+
|- style="background: lightpink; color: black"
| <code>PaleVioletRed</code> ||<code>DB&nbsp;70&nbsp;93</code>||<code>219&nbsp;112&nbsp;147</code>
+
| LightPink ||FF B6 C1||255 182 193
|- style="background:mediumvioletred;color:white"
+
|- style="background: pink; color: black"
| <code>MediumVioletRed</code> ||<code>C7&nbsp;15&nbsp;85</code>||<code>199&nbsp;&nbsp;21&nbsp;133</code>
+
| Pink ||FF C0 CB||255 192 203
 
|-
 
|-
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Red colors'''}}
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Red colors'''}}
|- style="background:lightsalmon;color:black"
+
|- style="background: darkred; color: white"
| <code>LightSalmon</code> ||<code>FF&nbsp;A0&nbsp;7A</code>||<code>255&nbsp;160&nbsp;122</code>
+
| DarkRed ||8B 00 00||139 &nbsp;&nbsp;0 &nbsp;&nbsp;0
|- style="background:salmon;color:black"
+
|- style="background: red; color: white"
| <code>Salmon</code> ||<code>FA&nbsp;80&nbsp;72</code>||<code>250&nbsp;128&nbsp;114</code>
+
| Red ||FF 00 00||255 &nbsp;&nbsp;0 &nbsp;&nbsp;0
|- style="background:darksalmon;color:black"
+
|- style="background: firebrick; color: white"
| <code>DarkSalmon</code> ||<code>E9&nbsp;96&nbsp;7A</code>||<code>233&nbsp;150&nbsp;122</code>
+
| Firebrick ||B2 22 22||178 &nbsp;34 &nbsp;34
|- style="background:lightcoral;color:black"
+
|- style="background: crimson; color: white"
| <code>LightCoral</code> ||<code>F0&nbsp;80&nbsp;80</code>||<code>240&nbsp;128&nbsp;128</code>
+
| Crimson ||DC 14 3C||220 &nbsp;20 &nbsp;60
|- style="background:indianred;color:white"
+
|- style="background: indianred; color: white"
| <code>IndianRed</code> ||<code>CD&nbsp;5C&nbsp;5C</code>||<code>205&nbsp;&nbsp;92&nbsp;&nbsp;92</code>
+
| IndianRed ||CD 5C 5C||205 &nbsp;92 &nbsp;92
|- style="background:crimson;color:white;color:white"
+
|- style="background: lightcoral; color: black"
| <code>Crimson</code> ||<code>DC&nbsp;14&nbsp;3C</code>||<code>220&nbsp;&nbsp;20&nbsp;&nbsp;60</code>
+
| LightCoral ||F0 80 80||240 128 128
|- style="background:fireBrick;color:white"
+
|- style="background: salmon; color: black"
| <code>FireBrick</code> ||<code>B2&nbsp;22&nbsp;22</code>||<code>178&nbsp;&nbsp;34&nbsp;&nbsp;34</code>
+
| Salmon ||FA 80 72||250 128 114
|- style="background:darkred;color:white"
+
|- style="background: darksalmon; color: black"
| <code>DarkRed</code> ||<code>8B&nbsp;00&nbsp;00</code>||<code>139&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;0</code>
+
| DarkSalmon ||E9 96 7A||233 150 122
|- style="background:red;color:white"
+
|- style="background: lightsalmon; color: black"
| <code>Red</code> ||<code>FF&nbsp;00&nbsp;00</code>||<code>255&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;0</code>
+
| LightSalmon ||FF A0 7A||255 160 122
 
|-
 
|-
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Orange colors'''}}
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Orange colors'''}}
|- style="background:orangered;color:white"
+
|- style="background: orangered; color: white"
| <code>OrangeRed</code> ||<code>FF&nbsp;45&nbsp;00</code>||<code>255&nbsp;&nbsp;69&nbsp;&nbsp;&nbsp;0</code>
+
| OrangeRed ||FF 45 00||255 &nbsp;69 &nbsp;&nbsp;0
|- style="background:tomato;color:white"
+
|- style="background: tomato; color: black"
| <code>Tomato</code> ||<code>FF&nbsp;63&nbsp;47</code>||<code>255&nbsp;&nbsp;99&nbsp;&nbsp;71</code>
+
| Tomato ||FF 63 47||255 &nbsp;99 &nbsp;71
|- style="background:coral;color:black"
+
|- style="background: darkorange; color: black"
| <code>Coral</code> ||<code>FF&nbsp;7F&nbsp;50</code>||<code>255&nbsp;127&nbsp;&nbsp;80</code>
+
| DarkOrange ||FF 8C 00||255 140 &nbsp;&nbsp;0
|- style="background:darkorange;color:black"
+
|- style="background: coral; color: black"
| <code>DarkOrange</code> ||<code>FF&nbsp;8C&nbsp;00</code>||<code>255&nbsp;140&nbsp;&nbsp;&nbsp;0</code>
+
| Coral ||FF 7F 50||255 127 &nbsp;80
|- style="background:orange;color:black"
+
|- style="background: orange; color: black"
| <code>Orange</code> ||<code>FF&nbsp;A5&nbsp;00</code>||<code>255&nbsp;165&nbsp;&nbsp;&nbsp;0</code>
+
| Orange ||FF A5 00||255 165 &nbsp;&nbsp;0
 
|-
 
|-
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Yellow colors'''}}
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Yellow colors'''}}
|- style="background:yellow;color:black"
+
|- style="background: darkkhaki; color: black"
| <code>Yellow</code> ||<code>FF&nbsp;FF&nbsp;00</code>||<code>255&nbsp;255&nbsp;&nbsp;&nbsp;0</code>
+
| DarkKhaki ||BD B7 6B||189 183 107
|- style="background:lightyellow;color:black"
+
|- style="background: gold; color: black"
| <code>LightYellow</code> ||<code>FF&nbsp;FF&nbsp;E0</code>||<code>255&nbsp;255&nbsp;224</code>
+
| Gold ||FF D7 00||255 215 &nbsp;&nbsp;0
|- style="background:lemonchiffon;color:black"
+
|- style="background: khaki; color: black"
| <code>LemonChiffon</code> ||<code>FF&nbsp;FA&nbsp;CD</code>||<code>255&nbsp;250&nbsp;205</code>
+
| Khaki ||F0 E6 8C||240 230 140
|- style="background:lightgoldenrodyellow;color:black"
+
|- style="background: peachpuff; color: black"
| <code>LightGoldenrodYellow||<code>FA&nbsp;FA&nbsp;D2</code>||<code>250&nbsp;250&nbsp;210</code>
+
| PeachPuff ||FF DA B9||255 218 185
|- style="background:papayawhip;color:black"
+
|- style="background: yellow; color: black"
| <code>PapayaWhip</code> ||<code>FF&nbsp;EF&nbsp;D5</code>||<code>255&nbsp;239&nbsp;213</code>
+
| Yellow ||FF FF 00||255 255 &nbsp;&nbsp;0
|- style="background:moccasin;color:black"
+
|- style="background: palegoldenrod; color: black"
| <code>Moccasin</code> ||<code>FF&nbsp;E4&nbsp;B5</code>||<code>255&nbsp;228&nbsp;181</code>
+
| PaleGoldenrod ||EE E8 AA||238 232 170
|- style="background:peachpuff;color:black"
+
|- style="background: moccasin; color: black"
| <code>PeachPuff</code> ||<code>FF&nbsp;DA&nbsp;B9</code>||<code>255&nbsp;218&nbsp;185</code>
+
| Moccasin ||FF E4 B5||255 228 181
|- style="background:palegoldenrod;color:black"
+
|- style="background: papayawhip; color: black"
| <code>PaleGoldenrod</code> ||<code>EE&nbsp;E8&nbsp;AA</code>||<code>238&nbsp;232&nbsp;170</code>
+
| PapayaWhip ||FF EF D5||255 239 213
|- style="background:khaki;color:black"
+
|- style="background: lightgoldenrodyellow; color: black"
| <code>Khaki</code> ||<code>F0&nbsp;E6&nbsp;8C</code>||<code>240&nbsp;230&nbsp;140</code>
+
| LightGoldenrodYellow ||FA FA D2||250 250 210
|- style="background:darkkhaki;color:black"
+
|- style="background: lemonchiffon; color: black"
| <code>DarkKhaki</code> ||<code>BD&nbsp;B7&nbsp;6B</code>||<code>189&nbsp;183&nbsp;107</code>
+
| LemonChiffon ||FF FA CD||255 250 205
|- style="background:gold;color:black"
+
|- style="background: lightyellow; color: black"
| <code>Gold</code> ||<code>FF&nbsp;D7&nbsp;00</code>||<code>255&nbsp;215&nbsp;&nbsp;&nbsp;0</code>
+
| LightYellow ||FF FF E0||255 255 224
 
|-
 
|-
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Brown colors'''}}
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Brown colors'''}}
|- style="background:cornsilk;color:black"
+
|- style="background: maroon; color: white"
| <code>Cornsilk</code> ||<code>FF&nbsp;F8&nbsp;DC</code>||<code>255&nbsp;248&nbsp;220</code>
+
| Maroon ||80 00 00||128 &nbsp;&nbsp;0 &nbsp;&nbsp;0
|- style="background:blanchedalmond;color:black"
+
|- style="background: brown; color: white"
| <code>BlanchedAlmond</code> ||<code>FF&nbsp;EB&nbsp;CD</code>||<code>255&nbsp;235&nbsp;205</code>
+
| Brown ||A5 2A 2A||165 &nbsp;42 &nbsp;42
|- style="background:bisque;color:black"
+
|- style="background: saddlebrown; color: white"
| <code>Bisque</code> ||<code>FF&nbsp;E4&nbsp;C4</code>||<code>255&nbsp;228&nbsp;196</code>
+
| SaddleBrown ||8B 45 13||139 &nbsp;69 &nbsp;19
|- style="background:navajowhite;color:black"
+
|- style="background: sienna; color: white"
| <code>NavajoWhite</code> ||<code>FF&nbsp;DE&nbsp;AD</code>||<code>255&nbsp;222&nbsp;173</code>
+
| Sienna ||A0 52 2D||160 &nbsp;82 &nbsp;45
|- style="background:wheat;color:black"
+
|- style="background: chocolate; color: black"
| <code>Wheat</code> ||<code>F5&nbsp;DE&nbsp;B3</code>||<code>245&nbsp;222&nbsp;179</code>
+
| Chocolate ||D2 69 1E||210 105 &nbsp;30
|- style="background:burlywood;color:black"
+
|- style="background: darkgoldenrod; color: black"
| <code>BurlyWood</code> ||<code>DE&nbsp;B8&nbsp;87</code>||<code>222&nbsp;184&nbsp;135</code>
+
| DarkGoldenrod ||B8 86 0B||184 134 &nbsp;11
|- style="background:tan;color:black"
+
|- style="background: peru; color: black"
| <code>Tan</code> ||<code>D2&nbsp;B4&nbsp;8C</code>||<code>210&nbsp;180&nbsp;140</code>
+
| Peru ||CD 85 3F||205 133 &nbsp;63
|- style="background:rosybrown;color:black"
+
|- style="background: rosybrown; color: black"
| <code>RosyBrown</code> ||<code>BC&nbsp;8F&nbsp;8F</code>||<code>188&nbsp;143&nbsp;143</code>
+
| RosyBrown ||BC 8F 8F||188 143 143
|- style="background:sandybrown;color:black"
+
|- style="background: goldenrod; color: black"
| <code>SandyBrown</code> ||<code>F4&nbsp;A4&nbsp;60</code>||<code>244&nbsp;164&nbsp;&nbsp;96</code>
+
| Goldenrod ||DA A5 20||218 165 &nbsp;32
|- style="background:goldenrod;color:black"
+
|- style="background: sandybrown; color: black"
| <code>Goldenrod</code> ||<code>DA&nbsp;A5&nbsp;20</code>||<code>218&nbsp;165&nbsp;&nbsp;32</code>
+
| SandyBrown ||F4 A4 60||244 164 &nbsp;96
|- style="background:darkgoldenrod;color:black"
+
|- style="background: tan; color: black"
| <code>DarkGoldenrod</code> ||<code>B8&nbsp;86&nbsp;0B</code>||<code>184&nbsp;134&nbsp;&nbsp;11</code>
+
| Tan ||D2 B4 8C||210 180 140
|- style="background:Peru;color:black"
+
|- style="background: burlywood; color: black"
| <code>Peru</code> ||<code>CD&nbsp;85&nbsp;3F</code>||<code>205&nbsp;133&nbsp;&nbsp;63</code>
+
| Burlywood ||DE B8 87||222 184 135
|- style="background:chocolate;color:white"
+
|- style="background: wheat; color: black"
| <code>Chocolate</code> ||<code>D2&nbsp;69&nbsp;1E</code>||<code>210&nbsp;105&nbsp;&nbsp;30</code>
+
| Wheat ||F5 DE B3||245 222 179
|- style="background:saddlebrown;color:white"
+
|- style="background: navajowhite; color: black"
| <code>SaddleBrown</code> ||<code>8B&nbsp;45&nbsp;13</code>||<code>139&nbsp;&nbsp;69&nbsp;&nbsp;19</code>
+
| NavajoWhite ||FF DE AD||255 222 173
|- style="background:sienna;color:white"
+
|- style="background: bisque; color: black"
| <code>Sienna</code> ||<code>A0&nbsp;52&nbsp;2D</code>||<code>160&nbsp;&nbsp;82&nbsp;&nbsp;45</code>
+
| Bisque ||FF E4 C4||255 228 196
|- style="background:brown;color:white"
+
|- style="background: blanchedalmond; color: black"
| <code>Brown</code> ||<code>A5&nbsp;2A&nbsp;2A</code>||<code>165&nbsp;&nbsp;42&nbsp;&nbsp;42</code>
+
| BlanchedAlmond ||FF EB CD||255 235 205
|- style="background:maroon;color:white"
+
|- style="background: cornsilk; color: black"
| <code>Maroon</code> ||<code>80&nbsp;00&nbsp;00</code>||<code>128&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;0</code>
+
| Cornsilk ||FF F8 DC||255 248 220
 
|}
 
|}
 +
{|Style="font-size:90%; display: inline; border-collapse: collapse;" Class="color-chart-x11-table"
 +
|- style="vertical-align:top;"
 
|
 
|
{|
 
 
|-
 
|-
 
! style="background:lightgrey" rowspan=2 | [[HTML]] name
 
! style="background:lightgrey" rowspan=2 | [[HTML]] name
! style="background:lightgrey" colspan=2 | [[RGB color model|<code>R &nbsp; G &nbsp; B</code>]]
+
! style="background:lightgrey" colspan=2 | [[RGB color model|R G B]]
 
|-
 
|-
! style="background:lightgrey" | [[Hexadecimal|<code>Hex</code>]]
+
! style="background:lightgrey" | [[Hexadecimal|Hex]]
! style="background:lightgrey" | <code>Decimal</code>
+
! style="background:lightgrey" | Decimal
 
|-
 
|-
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Green colors'''}}
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Green colors'''}}
|- style="background:darkolivegreen;color:white"
+
|- style="background: darkgreen; color: white"
| <code>DarkOliveGreen</code> ||<code>55&nbsp;6B&nbsp;2F</code>||<code>&nbsp;85&nbsp;107&nbsp;&nbsp;47</code>
+
| DarkGreen ||00 64 00||&nbsp;&nbsp;0 100 &nbsp;&nbsp;0
|- style="background:olive;color:white"
+
|- style="background: green; color: white"
| <code>Olive</code> ||<code>80&nbsp;80&nbsp;00</code>||<code>128&nbsp;128&nbsp;&nbsp;&nbsp;0</code>
+
| Green ||00 80 00||&nbsp;&nbsp;0 128 &nbsp;&nbsp;0
|- style="background:olivedrab;color:white"
+
|- style="background: darkolivegreen; color: white"
| <code>OliveDrab</code> ||<code>6B&nbsp;8E&nbsp;23</code>||<code>107&nbsp;142&nbsp;&nbsp;35</code>
+
| DarkOliveGreen ||55 6B 2F||&nbsp;85 107 &nbsp;47
|- style="background:yellowgreen;color:black"
+
|- style="background: forestgreen; color: white"
| <code>YellowGreen</code> ||<code>9A&nbsp;CD&nbsp;32</code>||<code>154&nbsp;205&nbsp;&nbsp;50</code>
+
| ForestGreen ||22 8B 22||&nbsp;34 139 &nbsp;34
|- style="background:limegreen;color:black"
+
|- style="background: seagreen; color: white"
| <code>LimeGreen</code> ||<code>32&nbsp;CD&nbsp;32</code>||<code>&nbsp;50&nbsp;205&nbsp;&nbsp;50</code>
+
| SeaGreen ||2E 8B 57||&nbsp;46 139 &nbsp;87
|- style="background:lime;color:black"
+
|- style="background: olive; color: white"
| <code>Lime</code> ||<code>00&nbsp;FF&nbsp;00</code>||<code>&nbsp;&nbsp;0&nbsp;255&nbsp;&nbsp;&nbsp;0</code>
+
| Olive ||80 80 00||128 128 &nbsp;&nbsp;0
|- style="background:lawngreen;color:black"
+
|- style="background: olivedrab; color: white"
| <code>LawnGreen</code> ||<code>7C&nbsp;FC&nbsp;00</code>||<code>124&nbsp;252&nbsp;&nbsp;&nbsp;0</code>
+
| OliveDrab ||6B 8E 23||107 142 &nbsp;35
|- style="background:chartreuse;color:black"
+
|- style="background: mediumseagreen; color: black"
| <code>Chartreuse</code> ||<code>7F&nbsp;FF&nbsp;00</code>||<code>127&nbsp;255&nbsp;&nbsp;&nbsp;0</code>
+
| MediumSeaGreen ||3C B3 71||&nbsp;60 179 113
|- style="background:greenyellow;color:black"
+
|- style="background: limegreen; color: black"
| <code>GreenYellow</code> ||<code>AD&nbsp;FF&nbsp;2F</code>||<code>173&nbsp;255&nbsp;&nbsp;47</code>
+
| LimeGreen ||32 CD 32||&nbsp;50 205 &nbsp;50
|- style="background:springgreen;color:black"
+
|- style="background: lime; color: black"
| <code>SpringGreen</code> ||<code>00&nbsp;FF&nbsp;7F</code>||<code>&nbsp;&nbsp;0&nbsp;255&nbsp;127</code>
+
| Lime ||00 FF 00||&nbsp;&nbsp;0 255 &nbsp;&nbsp;0
|- style="background:mediumspringgreen;color:black"
+
|- style="background: springgreen; color: black"
| <code>MediumSpringGreen</code> ||<code>00&nbsp;FA&nbsp;9A</code>||<code>&nbsp;&nbsp;0&nbsp;250&nbsp;154</code>
+
| SpringGreen ||00 FF 7F||&nbsp;&nbsp;0 255 127
|- style="background:lightgreen;color:black"
+
|- style="background: mediumspringgreen; color: black"
| <code>LightGreen</code> ||<code>90&nbsp;EE&nbsp;90</code>||<code>144&nbsp;238&nbsp;144</code>
+
| MediumSpringGreen ||00 FA 9A||&nbsp;&nbsp;0 250 154
|- style="background:palegreen;color:black"
+
|- style="background: darkseagreen; color: black"
| <code>PaleGreen</code> ||<code>98&nbsp;FB&nbsp;98</code>||<code>152&nbsp;251&nbsp;152</code>
+
| DarkSeaGreen ||8F BC 8F||143 188 143
|- style="background:darkseagreen;color:black"
+
|- style="background: mediumaquamarine; color: black"
| <code>DarkSeaGreen</code> ||<code>8F&nbsp;BC&nbsp;8F</code>||<code>143&nbsp;188&nbsp;143</code>
+
| MediumAquamarine ||66 CD AA||102 205 170
|- style="background:mediumaquamarine;color:black"
+
|- style="background: yellowgreen; color: black"
| <code>MediumAquamarine</code> ||<code>66&nbsp;CD&nbsp;AA</code>||<code>102&nbsp;205&nbsp;170</code>
+
| YellowGreen ||9A CD 32||154 205 &nbsp;50
|- style="background:mediumseagreen;color:black"
+
|- style="background: lawngreen; color: black"
| <code>MediumSeaGreen</code> ||<code>3C&nbsp;B3&nbsp;71</code>||<code>&nbsp;60&nbsp;179&nbsp;113</code>
+
| LawnGreen ||7C FC 00||124 252 &nbsp;&nbsp;0
|- style="background:seagreen;color:white"
+
|- style="background: chartreuse; color: black"
| <code>SeaGreen</code> ||<code>2E&nbsp;8B&nbsp;57</code>||<code>&nbsp;46&nbsp;139&nbsp;&nbsp;87</code>
+
| Chartreuse ||7F FF 00||127 255 &nbsp;&nbsp;0
|- style="background:forestgreen;color:white"
+
|- style="background: lightgreen; color: black"
| <code>ForestGreen</code> ||<code>22&nbsp;8B&nbsp;22</code>||<code>&nbsp;34&nbsp;139&nbsp;&nbsp;34</code>
+
| LightGreen ||90 EE 90||144 238 144
|- style="background:green;color:white"
+
|- style="background: greenyellow; color: black"
| <code>Green</code> ||<code>00&nbsp;80&nbsp;00</code>||<code>&nbsp;&nbsp;0&nbsp;128&nbsp;&nbsp;&nbsp;0</code>
+
| GreenYellow ||AD FF 2F||173 255 &nbsp;47
|- style="background:darkgreen;color:white"
+
|- style="background: palegreen; color: black"
| <code>DarkGreen</code> ||<code>00&nbsp;64&nbsp;00</code>||<code>&nbsp;&nbsp;0&nbsp;100&nbsp;&nbsp;&nbsp;0</code>
+
| PaleGreen ||98 FB 98||152 251 152
 
|-
 
|-
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Cyan colors'''}}
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Cyan colors'''}}
|- style="background:aqua;color:black"
+
|- style="background: teal; color: white"
| <code>Aqua</code> ||<code>00&nbsp;FF&nbsp;FF</code>||<code>&nbsp;&nbsp;0&nbsp;255&nbsp;255</code>
+
| Teal ||00 80 80||&nbsp;&nbsp;0 128 128
|- style="background:cyan;color:black"
+
|- style="background: darkcyan; color: white"
| <code>Cyan</code> ||<code>00&nbsp;FF&nbsp;FF</code>||<code>&nbsp;&nbsp;0&nbsp;255&nbsp;255</code>
+
| DarkCyan ||00 8B 8B||&nbsp;&nbsp;0 139 139
|- style="background:lightcyan;color:black"
+
|- style="background: lightseagreen; color: black"
| <code>LightCyan</code> ||<code>E0&nbsp;FF&nbsp;FF</code>||<code>224&nbsp;255&nbsp;255</code>
+
| LightSeaGreen ||20 B2 AA||&nbsp;32 178 170
|- style="background:paleturquoise;color:black"
+
|- style="background: cadetblue; color: black"
| <code>PaleTurquoise</code> ||<code>AF&nbsp;EE&nbsp;EE</code>||<code>175&nbsp;238&nbsp;238</code>
+
| CadetBlue ||5F 9E A0||&nbsp;95 158 160
|- style="background:aquamarine;color:black"
+
|- style="background: darkturquoise; color: black"
| <code>Aquamarine</code> ||<code>7F&nbsp;FF&nbsp;D4</code>||<code>127&nbsp;255&nbsp;212</code>
+
| DarkTurquoise ||00 CE D1||&nbsp;&nbsp;0 206 209
|- style="background:turquoise;color:black"
+
|- style="background: mediumturquoise; color: black"
| <code>Turquoise</code> ||<code>40&nbsp;E0&nbsp;D0</code>||<code>&nbsp;64&nbsp;224&nbsp;208</code>
+
| MediumTurquoise ||48 D1 CC||&nbsp;72 209 204
|- style="background:mediumturquoise;color:black"
+
|- style="background: turquoise; color: black"
| <code>MediumTurquoise</code> ||<code>48&nbsp;D1&nbsp;CC</code>||<code>&nbsp;72&nbsp;209&nbsp;204</code>
+
| Turquoise ||40 E0 D0||&nbsp;64 224 208
|- style="background:darkturquoise;color:black"
+
|- style="background: aqua; color: black"
| <code>DarkTurquoise</code> ||<code>00&nbsp;CE&nbsp;D1</code>||<code>&nbsp;&nbsp;0&nbsp;206&nbsp;209</code>
+
| Aqua ||00 FF FF||&nbsp;&nbsp;0 255 255
|- style="background:lightseagreen;color:black"
+
|- style="background: cyan; color: black"
| <code>LightSeaGreen</code> ||<code>20&nbsp;B2&nbsp;AA</code>||<code>&nbsp;32&nbsp;178&nbsp;170</code>
+
| Cyan ||00 FF FF||&nbsp;&nbsp;0 255 255
|- style="background:cadetblue;color:white"
+
|- style="background: aquamarine; color: black"
| <code>CadetBlue</code> ||<code>5F&nbsp;9E&nbsp;A0</code>||<code>&nbsp;95&nbsp;158&nbsp;160</code>
+
| Aquamarine ||7F FF D4||127 255 212
|- style="background:darkcyan;color:white"
+
|- style="background: paleturquoise; color: black"
| <code>DarkCyan</code> ||<code>00&nbsp;8B&nbsp;8B</code>||<code>&nbsp;&nbsp;0&nbsp;139&nbsp;139</code>
+
| PaleTurquoise ||AF EE EE||175 238 238
|- style="background:teal;color:white"
+
|- style="background: lightcyan; color: black"
| <code>Teal</code> ||<code>00&nbsp;80&nbsp;80</code>||<code>&nbsp;&nbsp;0&nbsp;128&nbsp;128</code>
+
| LightCyan ||E0 FF FF||224 255 255
 
|-
 
|-
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Blue colors'''}}
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Blue colors'''}}
|- style="background:lightsteelblue;color:black"
+
|- style="background: navy; color: white"
| <code>LightSteelBlue</code> ||<code>B0&nbsp;C4&nbsp;DE</code>||<code>176&nbsp;196&nbsp;222</code>
+
| Navy ||00 00 80||&nbsp;&nbsp;0 &nbsp;&nbsp;0 128
|- style="background:powderblue;color:black"
+
|- style="background: darkblue; color: white"
| <code>PowderBlue</code> ||<code>B0&nbsp;E0&nbsp;E6</code>||<code>176&nbsp;224&nbsp;230</code>
+
| DarkBlue ||00 00 8B||&nbsp;&nbsp;0 &nbsp;&nbsp;0 139
|- style="background:lightblue;color:black"
+
|- style="background: mediumblue; color: white"
| <code>LightBlue</code> ||<code>AD&nbsp;D8&nbsp;E6</code>||<code>173&nbsp;216&nbsp;230</code>
+
| MediumBlue ||00 00 CD||&nbsp;&nbsp;0 &nbsp;&nbsp;0 205
|- style="background:skyblue;color:black"
+
|- style="background: blue; color: white"
| <code>SkyBlue</code> ||<code>87&nbsp;CE&nbsp;EB</code>||<code>135&nbsp;206&nbsp;235</code>
+
| Blue ||00 00 FF||&nbsp;&nbsp;0 &nbsp;&nbsp;0 255
|- style="background:lightskyblue;color:black"
+
|- style="background: midnightblue; color: white"
| <code>LightSkyBlue</code> ||<code>87&nbsp;CE&nbsp;FA</code>||<code>135&nbsp;206&nbsp;250</code>
+
| MidnightBlue ||19 19 70||&nbsp;25 &nbsp;25 112
|- style="background:deepskyblue;color:black"
+
|- style="background: royalblue; color: white"
| <code>DeepSkyBlue</code> ||<code>00&nbsp;BF&nbsp;FF</code>||<code>&nbsp;&nbsp;0&nbsp;191&nbsp;255</code>
+
| RoyalBlue ||41 69 E1||&nbsp;65 105 225
|- style="background:dodgerblue;color:black"
+
|- style="background: steelblue; color: white"
| <code>DodgerBlue</code> ||<code>1E&nbsp;90&nbsp;FF</code>||<code>&nbsp;30&nbsp;144&nbsp;255</code>
+
| SteelBlue ||46 82 B4||&nbsp;70 130 180
|- style="background:cornflowerblue;color:black"
+
|- style="background: dodgerblue; color: white"
| <code>CornflowerBlue</code> ||<code>64&nbsp;95&nbsp;ED</code>||<code>100&nbsp;149&nbsp;237</code>
+
| DodgerBlue ||1E 90 FF||&nbsp;30 144 255
|- style="background:steelblue;color:white"
+
|- style="background: deepskyblue; color: black"
| <code>SteelBlue</code> ||<code>46&nbsp;82&nbsp;B4</code>||<code>&nbsp;70&nbsp;130&nbsp;180</code>
+
| DeepSkyBlue ||00 BF FF||&nbsp;&nbsp;0 191 255
|- style="background:royalblue;color:white"
+
|- style="background: cornflowerblue; color: black"
| <code>RoyalBlue</code> ||<code>41&nbsp;69&nbsp;E1</code>||<code>&nbsp;65&nbsp;105&nbsp;225</code>
+
| CornflowerBlue ||64 95 ED||100 149 237
|- style="background:blue;color:white"
+
|- style="background: skyblue; color: black"
| <code>Blue</code> ||<code>00&nbsp;00&nbsp;FF</code>||<code>&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;0&nbsp;255</code>
+
| SkyBlue ||87 CE EB||135 206 235
|- style="background:mediumblue;color:white"
+
|- style="background: lightskyblue; color: black"
| <code>MediumBlue</code> ||<code>00&nbsp;00&nbsp;CD</code>||<code>&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;0&nbsp;205</code>
+
| LightSkyBlue ||87 CE FA||135 206 250
|- style="background:darkblue;color:white"
+
|- style="background: lightsteelblue; color: black"
| <code>DarkBlue</code> ||<code>00&nbsp;00&nbsp;8B</code>||<code>&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;0&nbsp;139</code>
+
| LightSteelBlue ||B0 C4 DE||176 196 222
|- style="background:navy;color:white"
+
|- style="background: lightblue; color: black"
| <code>Navy</code> ||<code>00&nbsp;00&nbsp;80</code>||<code>&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;0&nbsp;128</code>
+
| LightBlue ||AD D8 E6||173 216 230
|- style="background:midnightblue;color:white"
+
|- style="background: powderblue; color: black"
| <code>MidnightBlue</code> ||<code>19&nbsp;19&nbsp;70</code>||<code>&nbsp;25&nbsp;&nbsp;25&nbsp;112</code>
+
| PowderBlue ||B0 E0 E6||176 224 230
 
|}
 
|}
 +
{|Style="font-size:90%; display: inline; border-collapse: collapse;" Class="color-chart-x11-table"
 +
|- style="vertical-align:top;"
 
|
 
|
{|
 
 
|-
 
|-
 
! style="background:lightgrey" rowspan=2 | [[HTML]] name
 
! style="background:lightgrey" rowspan=2 | [[HTML]] name
! style="background:lightgrey" colspan=2 | [[RGB color model|<code>R &nbsp; G &nbsp; B</code>]]
+
! style="background:lightgrey" colspan=2 | [[RGB color model|R G B]]
 
|-
 
|-
! style="background:lightgrey" | [[Hexadecimal|<code>Hex</code>]]
+
! style="background:lightgrey" | [[Hexadecimal|Hex]]
! style="background:lightgrey" | <code>Decimal</code>
+
! style="background:lightgrey" | Decimal
 
|-
 
|-
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Purple, violet, and magenta colors'''}}
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Purple, violet, and magenta colors'''}}
|- style="background:lavender;color:black"
+
|- style="background: indigo; color: white"
| <code>Lavender</code> ||<code>E6&nbsp;E6&nbsp;FA</code>||<code>230&nbsp;230&nbsp;250</code>
+
| Indigo ||4B 00 82||&nbsp;75 &nbsp;&nbsp;0 130
|- style="background:thistle;color:black"
+
|- style="background: purple; color: white"
| <code>Thistle</code> ||<code>D8&nbsp;BF&nbsp;D8</code>||<code>216&nbsp;191&nbsp;216</code>
+
| Purple ||80 00 80||128 &nbsp;&nbsp;0 128
|- style="background:plum;color:black"
+
|- style="background: darkmagenta; color: white"
| <code>Plum</code> ||<code>DD&nbsp;A0&nbsp;DD</code>||<code>221&nbsp;160&nbsp;221</code>
+
| DarkMagenta ||8B 00 8B||139 &nbsp;&nbsp;0 139
|- style="background:violet;color:black"
+
|- style="background: darkviolet; color: white"
| <code>Violet</code> ||<code>EE&nbsp;82&nbsp;EE</code>||<code>238&nbsp;130&nbsp;238</code>
+
| DarkViolet ||94 00 D3||148 &nbsp;&nbsp;0 211
|- style="background:orchid;color:black"
+
|- style="background: darkslateblue; color: white"
| <code>Orchid</code> ||<code>DA&nbsp;70&nbsp;D6</code>||<code>218&nbsp;112&nbsp;214</code>
+
| DarkSlateBlue ||48 3D 8B||&nbsp;72 &nbsp;61 139
|- style="background:fuchsia;color:black"
+
|- style="background: blueviolet; color: white"
| <code>Fuchsia</code> ||<code>FF&nbsp;00&nbsp;FF</code>||<code>255&nbsp;&nbsp;&nbsp;0&nbsp;255</code>
+
| BlueViolet ||8A 2B E2||138 &nbsp;43 226
|- style="background:Magenta;color:black"
+
|- style="background: darkorchid; color: white"
| <code>Magenta</code> ||<code>FF&nbsp;00&nbsp;FF</code>||<code>255&nbsp;&nbsp;&nbsp;0&nbsp;255</code>
+
| DarkOrchid ||99 32 CC||153 &nbsp;50 204
|- style="background:mediumorchid;color:white"
+
|- style="background: fuchsia; color: white"
| <code>MediumOrchid</code> ||<code>BA&nbsp;55&nbsp;D3</code>||<code>186&nbsp;&nbsp;85&nbsp;211</code>
+
| Fuchsia ||FF 00 FF||255 &nbsp;&nbsp;0 255
|- style="background:mediumpurple;color:white"
+
|- style="background: magenta; color: white"
| <code>MediumPurple</code> ||<code>93&nbsp;70&nbsp;DB</code>||<code>147&nbsp;112&nbsp;219</code>
+
| Magenta ||FF 00 FF||255 &nbsp;&nbsp;0 255
|- style="background:blueviolet;color:white"
+
|- style="background: slateblue; color: white"
| <code>BlueViolet</code> ||<code>8A&nbsp;2B&nbsp;E2</code>||<code>138&nbsp;&nbsp;43&nbsp;226</code>
+
| SlateBlue ||6A 5A CD||106 &nbsp;90 205
|- style="background:darkviolet;color:white"
+
|- style="background: mediumslateblue; color: white"
| <code>DarkViolet</code> ||<code>94&nbsp;00&nbsp;D3</code>||<code>148&nbsp;&nbsp;&nbsp;0&nbsp;211</code>
+
| MediumSlateBlue ||7B 68 EE||123 104 238
|- style="background:darkorchid;color:white"
+
|- style="background: mediumorchid; color: black"
| <code>DarkOrchid</code> ||<code>99&nbsp;32&nbsp;CC</code>||<code>153&nbsp;&nbsp;50&nbsp;204</code>
+
| MediumOrchid ||BA 55 D3||186 &nbsp;85 211
|- style="background:darkmagenta;color:white"
+
|- style="background: mediumpurple; color: black"
| <code>DarkMagenta</code> ||<code>8B&nbsp;00&nbsp;8B</code>||<code>139&nbsp;&nbsp;&nbsp;0&nbsp;139</code>
+
| MediumPurple ||93 70 DB||147 112 219
|- style="background:purple;color:white"
+
|- style="background: orchid; color: black"
| <code>Purple</code> ||<code>80&nbsp;00&nbsp;80</code>||<code>128&nbsp;&nbsp;&nbsp;0&nbsp;128</code>
+
| Orchid ||DA 70 D6||218 112 214
|- style="background:indigo;color:white"
+
|- style="background: violet; color: black"
| <code>Indigo</code> ||<code>4B&nbsp;00&nbsp;82</code>||<code>&nbsp;75&nbsp;&nbsp;&nbsp;0&nbsp;130</code>
+
| Violet ||EE 82 EE||238 130 238
|- style="background:darkslateblue;color:white"
+
|- style="background: plum; color: black"
| <code>DarkSlateBlue</code> ||<code>48&nbsp;3D&nbsp;8B</code>||<code>&nbsp;72&nbsp;&nbsp;61&nbsp;139</code>
+
| Plum ||DD A0 DD||221 160 221
|- style="background:slateblue;color:white"
+
|- style="background: thistle; color: black"
| <code>SlateBlue</code> ||<code>6A&nbsp;5A&nbsp;CD</code>||<code>106&nbsp;&nbsp;90&nbsp;205</code>
+
| Thistle ||D8 BF D8||216 191 216
|- style="background:mediumslateblue;color:white"
+
|- style="background: lavender; color: black"
| <code>MediumSlateBlue</code> ||<code>7B&nbsp;68&nbsp;EE</code>||<code>123&nbsp;104&nbsp;238</code>
+
| Lavender ||E6 E6 FA||230 230 250
 
|-
 
|-
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''White colors'''}}
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''White colors'''}}
|- style="background:white;color:black"
+
|- style="background: mistyrose; color: black"
| <code>White</code> ||<code>FF&nbsp;FF&nbsp;FF</code>||<code>255&nbsp;255&nbsp;255</code>
+
| MistyRose ||FF E4 E1||255 228 225
|- style="background:snow;color:black"
+
|- style="background: antiquewhite; color: black"
| <code>Snow</code> ||<code>FF&nbsp;FA&nbsp;FA</code>||<code>255&nbsp;250&nbsp;250</code>
+
| AntiqueWhite ||FA EB D7||250 235 215
|- style="background:honeydew;color:black"
+
|- style="background: linen; color: black"
| <code>Honeydew</code> ||<code>F0&nbsp;FF&nbsp;F0</code>||<code>240&nbsp;255&nbsp;240</code>
+
| Linen ||FA F0 E6||250 240 230
|- style="background:mintcream;color:black"
+
|- style="background: beige; color: black"
| <code>MintCream</code> ||<code>F5&nbsp;FF&nbsp;FA</code>||<code>245&nbsp;255&nbsp;250</code>
+
| Beige ||F5 F5 DC||245 245 220
|- style="background:azure;color:black"
+
|- style="background: whitesmoke; color: black"
| <code>Azure</code> ||<code>F0&nbsp;FF&nbsp;FF</code>||<code>240&nbsp;255&nbsp;255</code>
+
| WhiteSmoke ||F5 F5 F5||245 245 245
|- style="background:aliceblue;color:black"
+
|- style="background: lavenderblush; color: black"
| <code>AliceBlue</code> ||<code>F0&nbsp;F8&nbsp;FF</code>||<code>240&nbsp;248&nbsp;255</code>
+
| LavenderBlush ||FF F0 F5||255 240 245
|- style="background:ghostwhite;color:black"
+
|- style="background: oldlace; color: black"
| <code>GhostWhite</code> ||<code>F8&nbsp;F8&nbsp;FF</code>||<code>248&nbsp;248&nbsp;255</code>
+
| OldLace ||FD F5 E6||253 245 230
|- style="background:whitesmoke;color:black"
+
|- style="background: aliceblue; color: black"
| <code>WhiteSmoke</code> ||<code>F5&nbsp;F5&nbsp;F5</code>||<code>245&nbsp;245&nbsp;245</code>
+
| AliceBlue ||F0 F8 FF||240 248 255
|- style="background:seashell;color:black"
+
|- style="background: seashell; color: black"
| <code>Seashell</code> ||<code>FF&nbsp;F5&nbsp;EE</code>||<code>255&nbsp;245&nbsp;238</code>
+
| Seashell ||FF F5 EE||255 245 238
|- style="background:beige;color:black"
+
|- style="background: ghostwhite; color: black"
| <code>Beige</code> ||<code>F5&nbsp;F5&nbsp;DC</code>||<code>245&nbsp;245&nbsp;220</code>
+
| GhostWhite ||F8 F8 FF||248 248 255
|- style="background:oldlace;color:black"
+
|- style="background: honeydew; color: black"
| <code>OldLace</code> ||<code>FD&nbsp;F5&nbsp;E6</code>||<code>253&nbsp;245&nbsp;230</code>
+
| Honeydew ||F0 FF F0||240 255 240
|- style="background:floralwhite;color:black"
+
|- style="background: floralwhite; color: black"
| <code>FloralWhite</code> ||<code>FF&nbsp;FA&nbsp;F0</code>||<code>255&nbsp;250&nbsp;240</code>
+
| FloralWhite ||FF FA F0||255 250 240
|- style="background:ivory;color:black"
+
|- style="background: azure; color: black"
| <code>Ivory</code> ||<code>FF&nbsp;FF&nbsp;F0</code>||<code>255&nbsp;255&nbsp;240</code>
+
| Azure ||F0 FF FF||240 255 255
|- style="background:antiquewhite;color:black"
+
|- style="background: mintcream; color: black"
| <code>AntiqueWhite</code> ||<code>FA&nbsp;EB&nbsp;D7</code>||<code>250&nbsp;235&nbsp;215</code>
+
| MintCream ||F5 FF FA||245 255 250
|- style="background:linen;color:black"
+
|- style="background: snow; color: black"
| <code>Linen</code> ||<code>FA&nbsp;F0&nbsp;E6</code>||<code>250&nbsp;240&nbsp;230</code>
+
| Snow ||FF FA FA||255 250 250
|- style="background:lavenderblush;color:black"
+
|- style="background: ivory; color: black"
| <code>LavenderBlush</code> ||<code>FF&nbsp;F0&nbsp;F5</code>||<code>255&nbsp;240&nbsp;245</code>
+
| Ivory ||FF FF F0||255 255 240
|- style="background:mistyrose;color:black"
+
|- style="background: white; color: black"
| <code>MistyRose</code> ||<code>FF&nbsp;E4&nbsp;E1</code>||<code>255&nbsp;228&nbsp;225</code>
+
| White ||FF FF FF||255 255 255
 
|-
 
|-
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Gray and black colors'''}}
 
| colspan="3" style="background:whitesmoke;text-align:left;"|{{big|'''Gray and black colors'''}}
|- style="background:gainsboro;color:black"
+
|- style="background: black; color: white"
| <code>Gainsboro</code> ||<code>DC&nbsp;DC&nbsp;DC</code>||<code>220&nbsp;220&nbsp;220</code>
+
| Black ||00 00 00||&nbsp;&nbsp;0 &nbsp;&nbsp;0 &nbsp;&nbsp;0
|- style="background:lightgrey; color:black;"
+
|- style="background: darkslategray; color: white"
| <code>LightGrey</code> ||<code>D3&nbsp;D3&nbsp;D3</code>||<code>211&nbsp;211&nbsp;211</code>
+
| DarkSlateGray ||2F 4F 4F||&nbsp;47 &nbsp;79 &nbsp;79
|- style="background:silver;color:black"
+
|- style="background: dimgray; color: white"
| <code>Silver</code> ||<code>C0&nbsp;C0&nbsp;C0</code>||<code>192&nbsp;192&nbsp;192</code>
+
| DimGray ||69 69 69||105 105 105
|- style="background:darkgray; color:black;"
+
|- style="background: slategray; color: white"
| <code>DarkGray</code> ||<code>A9&nbsp;A9&nbsp;A9</code>||<code>169&nbsp;169&nbsp;169</code>
+
| SlateGray ||70 80 90||112 128 144
|- style="background:gray;color:white"
+
|- style="background: gray; color: black"
| <code>Gray</code> ||<code>80&nbsp;80&nbsp;80</code>||<code>128&nbsp;128&nbsp;128</code>
+
| Gray ||80 80 80||128 128 128
|- style="background:dimgray; color:white;"
+
|- style="background: lightslategray; color: black"
| <code>DimGray</code> ||<code>69&nbsp;69&nbsp;69</code>||<code>105&nbsp;105&nbsp;105</code>
+
| LightSlateGray ||77 88 99||119 136 153
|- style="background:lightslategray; color:white;"
+
|- style="background: darkgray; color: black"
| <code>LightSlateGray</code> ||<code>77&nbsp;88&nbsp;99</code>||<code>119&nbsp;136&nbsp;153</code>
+
| DarkGray ||A9 A9 A9||169 169 169
|- style="background:slategray; color:white;"
+
|- style="background: silver; color: black"
| <code>SlateGray</code> ||<code>70&nbsp;80&nbsp;90</code>||<code>112&nbsp;128&nbsp;144</code>
+
| Silver ||C0 C0 C0||192 192 192
|- style="background:darkslategray; color:white;"
+
|- style="background: lightgray; color: black"
| <code>DarkSlateGray</code> ||<code>2F&nbsp;4F&nbsp;4F</code>||<code>&nbsp;47&nbsp;&nbsp;79&nbsp;&nbsp;79</code>
+
| LightGray ||D3 D3 D3||211 211 211
|- style="background:black;color:white"
+
|- style="background: gainsboro; color: black"
| <code>Black</code> ||<code>00&nbsp;00&nbsp;00</code>||<code>&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;0</code>
+
| Gainsboro ||DC DC DC||220 220 220
|}
+
|}<noinclude>
|}
+
{{documentation |content=
 +
{{Uses TemplateStyles | Template:Color_chart_X11/custom.css}}
 +
{{collapsible option}}
 +
 
 +
==Template data (CSV)==
 +
 
 +
<syntaxhighlight lang="csv">
 +
class,name,r,g,b
 +
Pink,Pink,255,192,203
 +
Pink,LightPink,255,182,193
 +
Pink,HotPink,255,105,180
 +
Pink,DeepPink,255,20,147
 +
Pink,PaleVioletRed,219,112,147
 +
Pink,MediumVioletRed,199,21,133
 +
Red,LightSalmon,255,160,122
 +
Red,Salmon,250,128,114
 +
Red,DarkSalmon,233,150,122
 +
Red,LightCoral,240,128,128
 +
Red,IndianRed,205,92,92
 +
Red,Crimson,220,20,60
 +
Red,Firebrick,178,34,34
 +
Red,DarkRed,139,0,0
 +
Red,Red,255,0,0
 +
Orange,OrangeRed,255,69,0
 +
Orange,Tomato,255,99,71
 +
Orange,Coral,255,127,80
 +
Orange,DarkOrange,255,140,0
 +
Orange,Orange,255,165,0
 +
Yellow,Yellow,255,255,0
 +
Yellow,LightYellow,255,255,224
 +
Yellow,LemonChiffon,255,250,205
 +
Yellow,LightGoldenrodYellow,250,250,210
 +
Yellow,PapayaWhip,255,239,213
 +
Yellow,Moccasin,255,228,181
 +
Yellow,PeachPuff,255,218,185
 +
Yellow,PaleGoldenrod,238,232,170
 +
Yellow,Khaki,240,230,140
 +
Yellow,DarkKhaki,189,183,107
 +
Yellow,Gold,255,215,0
 +
Brown,Cornsilk,255,248,220
 +
Brown,BlanchedAlmond,255,235,205
 +
Brown,Bisque,255,228,196
 +
Brown,NavajoWhite,255,222,173
 +
Brown,Wheat,245,222,179
 +
Brown,Burlywood,222,184,135
 +
Brown,Tan,210,180,140
 +
Brown,RosyBrown,188,143,143
 +
Brown,SandyBrown,244,164,96
 +
Brown,Goldenrod,218,165,32
 +
Brown,DarkGoldenrod,184,134,11
 +
Brown,Peru,205,133,63
 +
Brown,Chocolate,210,105,30
 +
Brown,SaddleBrown,139,69,19
 +
Brown,Sienna,160,82,45
 +
Brown,Brown,165,42,42
 +
Brown,Maroon,128,0,0
 +
Green,DarkOliveGreen,85,107,47
 +
Green,Olive,128,128,0
 +
Green,OliveDrab,107,142,35
 +
Green,YellowGreen,154,205,50
 +
Green,LimeGreen,50,205,50
 +
Green,Lime,0,255,0
 +
Green,LawnGreen,124,252,0
 +
Green,Chartreuse,127,255,0
 +
Green,GreenYellow,173,255,47
 +
Green,SpringGreen,0,255,127
 +
Green,MediumSpringGreen,0,250,154
 +
Green,LightGreen,144,238,144
 +
Green,PaleGreen,152,251,152
 +
Green,DarkSeaGreen,143,188,143
 +
Green,MediumAquamarine,102,205,170
 +
Green,MediumSeaGreen,60,179,113
 +
Green,SeaGreen,46,139,87
 +
Green,ForestGreen,34,139,34
 +
Green,Green,0,128,0
 +
Green,DarkGreen,0,100,0
 +
Cyan,Aqua,0,255,255
 +
Cyan,Cyan,0,255,255
 +
Cyan,LightCyan,224,255,255
 +
Cyan,PaleTurquoise,175,238,238
 +
Cyan,Aquamarine,127,255,212
 +
Cyan,Turquoise,64,224,208
 +
Cyan,MediumTurquoise,72,209,204
 +
Cyan,DarkTurquoise,0,206,209
 +
Cyan,LightSeaGreen,32,178,170
 +
Cyan,CadetBlue,95,158,160
 +
Cyan,DarkCyan,0,139,139
 +
Cyan,Teal,0,128,128
 +
Blue,LightSteelBlue,176,196,222
 +
Blue,PowderBlue,176,224,230
 +
Blue,LightBlue,173,216,230
 +
Blue,SkyBlue,135,206,235
 +
Blue,LightSkyBlue,135,206,250
 +
Blue,DeepSkyBlue,0,191,255
 +
Blue,DodgerBlue,30,144,255
 +
Blue,CornflowerBlue,100,149,237
 +
Blue,SteelBlue,70,130,180
 +
Blue,RoyalBlue,65,105,225
 +
Blue,Blue,0,0,255
 +
Blue,MediumBlue,0,0,205
 +
Blue,DarkBlue,0,0,139
 +
Blue,Navy,0,0,128
 +
Blue,MidnightBlue,25,25,112
 +
Violet,Lavender,230,230,250
 +
Violet,Thistle,216,191,216
 +
Violet,Plum,221,160,221
 +
Violet,Violet,238,130,238
 +
Violet,Orchid,218,112,214
 +
Violet,Fuchsia,255,0,255
 +
Violet,Magenta,255,0,255
 +
Violet,MediumOrchid,186,85,211
 +
Violet,MediumPurple,147,112,219
 +
Violet,BlueViolet,138,43,226
 +
Violet,DarkViolet,148,0,211
 +
Violet,DarkOrchid,153,50,204
 +
Violet,DarkMagenta,139,0,139
 +
Violet,Purple,128,0,128
 +
Violet,Indigo,75,0,130
 +
Violet,DarkSlateBlue,72,61,139
 +
Violet,SlateBlue,106,90,205
 +
Violet,MediumSlateBlue,123,104,238
 +
White,White,255,255,255
 +
White,Snow,255,250,250
 +
White,Honeydew,240,255,240
 +
White,MintCream,245,255,250
 +
White,Azure,240,255,255
 +
White,AliceBlue,240,248,255
 +
White,GhostWhite,248,248,255
 +
White,WhiteSmoke,245,245,245
 +
White,Seashell,255,245,238
 +
White,Beige,245,245,220
 +
White,OldLace,253,245,230
 +
White,FloralWhite,255,250,240
 +
White,Ivory,255,255,240
 +
White,AntiqueWhite,250,235,215
 +
White,Linen,250,240,230
 +
White,LavenderBlush,255,240,245
 +
White,MistyRose,255,228,225
 +
Gray,Gainsboro,220,220,220
 +
Gray,LightGray,211,211,211
 +
Gray,Silver,192,192,192
 +
Gray,DarkGray,169,169,169
 +
Gray,Gray,128,128,128
 +
Gray,DimGray,105,105,105
 +
Gray,LightSlateGray,119,136,153
 +
Gray,SlateGray,112,128,144
 +
Gray,DarkSlateGray,47,79,79
 +
Gray,Black,0,0,0
 +
</syntaxhighlight>
 +
 
 +
Useful code for processing the data:
 +
 
 +
<syntaxhighlight lang="py">
 +
import pandas as pd
 +
import numpy as np
 +
 
 +
data = pd.read_csv("colors.csv")
 +
 
 +
data["brightness"] = 1 - (0.299 * data.r + 0.587 * data.g + 0.114 * data.b) / 255
 +
 
 +
for klass in data["class"].unique():
 +
    slic = data[data["class"] == klass]
 +
    slic.index = range(len(slic))
 +
 
 +
    print("\n\n======" + klass.upper() + "======\n")
 +
   
 +
    #print(slic)
 +
    slic = slic.sort_values(by="brightness", ascending=False)
 +
 
 +
    def tohex(num):
 +
        table = list("0123456789ABCDEF")
 +
        return table[num//16] + table[num%16]
 +
 
 +
    for i in range(slic.shape[0]):
 +
        row = slic[i:(i+1)]
 +
 
 +
        row = np.array(row)[0]
 +
 
 +
        rgb = " ".join([ str(i).rjust(3, "&") for i in row[2:5] ])
 +
        rgb = rgb.replace("&", "&nbsp;")
 +
 
 +
        print("|- style=\"background: {}; color: {}\"".format(row[1].lower(), "white" if row[-1] > 0.5 else "black"))
 +
        print("| {} ||{} {} {}||{}"
 +
              .format(row[1],
 +
                      tohex(row[2]), tohex(row[3]), tohex(row[4]),
 +
                      rgb
 +
                    ))
 +
</syntaxhighlight>
 +
 
 +
[[Category:Web colors|x]]
 +
[[Category:Color templates]]
 +
 
 +
}}</noinclude>

Latest revision as of 22:17, 28 October 2020

HTML name R G B
Hex Decimal
Pink colors
MediumVioletRed C7 15 85 199  21 133
DeepPink FF 14 93 255  20 147
PaleVioletRed DB 70 93 219 112 147
HotPink FF 69 B4 255 105 180
LightPink FF B6 C1 255 182 193
Pink FF C0 CB 255 192 203
Red colors
DarkRed 8B 00 00 139   0   0
Red FF 00 00 255   0   0
Firebrick B2 22 22 178  34  34
Crimson DC 14 3C 220  20  60
IndianRed CD 5C 5C 205  92  92
LightCoral F0 80 80 240 128 128
Salmon FA 80 72 250 128 114
DarkSalmon E9 96 7A 233 150 122
LightSalmon FF A0 7A 255 160 122
Orange colors
OrangeRed FF 45 00 255  69   0
Tomato FF 63 47 255  99  71
DarkOrange FF 8C 00 255 140   0
Coral FF 7F 50 255 127  80
Orange FF A5 00 255 165   0
Yellow colors
DarkKhaki BD B7 6B 189 183 107
Gold FF D7 00 255 215   0
Khaki F0 E6 8C 240 230 140
PeachPuff FF DA B9 255 218 185
Yellow FF FF 00 255 255   0
PaleGoldenrod EE E8 AA 238 232 170
Moccasin FF E4 B5 255 228 181
PapayaWhip FF EF D5 255 239 213
LightGoldenrodYellow FA FA D2 250 250 210
LemonChiffon FF FA CD 255 250 205
LightYellow FF FF E0 255 255 224
Brown colors
Maroon 80 00 00 128   0   0
Brown A5 2A 2A 165  42  42
SaddleBrown 8B 45 13 139  69  19
Sienna A0 52 2D 160  82  45
Chocolate D2 69 1E 210 105  30
DarkGoldenrod B8 86 0B 184 134  11
Peru CD 85 3F 205 133  63
RosyBrown BC 8F 8F 188 143 143
Goldenrod DA A5 20 218 165  32
SandyBrown F4 A4 60 244 164  96
Tan D2 B4 8C 210 180 140
Burlywood DE B8 87 222 184 135
Wheat F5 DE B3 245 222 179
NavajoWhite FF DE AD 255 222 173
Bisque FF E4 C4 255 228 196
BlanchedAlmond FF EB CD 255 235 205
Cornsilk FF F8 DC 255 248 220
HTML name R G B
Hex Decimal
Green colors
DarkGreen 00 64 00   0 100   0
Green 00 80 00   0 128   0
DarkOliveGreen 55 6B 2F  85 107  47
ForestGreen 22 8B 22  34 139  34
SeaGreen 2E 8B 57  46 139  87
Olive 80 80 00 128 128   0
OliveDrab 6B 8E 23 107 142  35
MediumSeaGreen 3C B3 71  60 179 113
LimeGreen 32 CD 32  50 205  50
Lime 00 FF 00   0 255   0
SpringGreen 00 FF 7F   0 255 127
MediumSpringGreen 00 FA 9A   0 250 154
DarkSeaGreen 8F BC 8F 143 188 143
MediumAquamarine 66 CD AA 102 205 170
YellowGreen 9A CD 32 154 205  50
LawnGreen 7C FC 00 124 252   0
Chartreuse 7F FF 00 127 255   0
LightGreen 90 EE 90 144 238 144
GreenYellow AD FF 2F 173 255  47
PaleGreen 98 FB 98 152 251 152
Cyan colors
Teal 00 80 80   0 128 128
DarkCyan 00 8B 8B   0 139 139
LightSeaGreen 20 B2 AA  32 178 170
CadetBlue 5F 9E A0  95 158 160
DarkTurquoise 00 CE D1   0 206 209
MediumTurquoise 48 D1 CC  72 209 204
Turquoise 40 E0 D0  64 224 208
Aqua 00 FF FF   0 255 255
Cyan 00 FF FF   0 255 255
Aquamarine 7F FF D4 127 255 212
PaleTurquoise AF EE EE 175 238 238
LightCyan E0 FF FF 224 255 255
Blue colors
Navy 00 00 80   0   0 128
DarkBlue 00 00 8B   0   0 139
MediumBlue 00 00 CD   0   0 205
Blue 00 00 FF   0   0 255
MidnightBlue 19 19 70  25  25 112
RoyalBlue 41 69 E1  65 105 225
SteelBlue 46 82 B4  70 130 180
DodgerBlue 1E 90 FF  30 144 255
DeepSkyBlue 00 BF FF   0 191 255
CornflowerBlue 64 95 ED 100 149 237
SkyBlue 87 CE EB 135 206 235
LightSkyBlue 87 CE FA 135 206 250
LightSteelBlue B0 C4 DE 176 196 222
LightBlue AD D8 E6 173 216 230
PowderBlue B0 E0 E6 176 224 230
HTML name R G B
Hex Decimal
Purple, violet, and magenta colors
Indigo 4B 00 82  75   0 130
Purple 80 00 80 128   0 128
DarkMagenta 8B 00 8B 139   0 139
DarkViolet 94 00 D3 148   0 211
DarkSlateBlue 48 3D 8B  72  61 139
BlueViolet 8A 2B E2 138  43 226
DarkOrchid 99 32 CC 153  50 204
Fuchsia FF 00 FF 255   0 255
Magenta FF 00 FF 255   0 255
SlateBlue 6A 5A CD 106  90 205
MediumSlateBlue 7B 68 EE 123 104 238
MediumOrchid BA 55 D3 186  85 211
MediumPurple 93 70 DB 147 112 219
Orchid DA 70 D6 218 112 214
Violet EE 82 EE 238 130 238
Plum DD A0 DD 221 160 221
Thistle D8 BF D8 216 191 216
Lavender E6 E6 FA 230 230 250
White colors
MistyRose FF E4 E1 255 228 225
AntiqueWhite FA EB D7 250 235 215
Linen FA F0 E6 250 240 230
Beige F5 F5 DC 245 245 220
WhiteSmoke F5 F5 F5 245 245 245
LavenderBlush FF F0 F5 255 240 245
OldLace FD F5 E6 253 245 230
AliceBlue F0 F8 FF 240 248 255
Seashell FF F5 EE 255 245 238
GhostWhite F8 F8 FF 248 248 255
Honeydew F0 FF F0 240 255 240
FloralWhite FF FA F0 255 250 240
Azure F0 FF FF 240 255 255
MintCream F5 FF FA 245 255 250
Snow FF FA FA 255 250 250
Ivory FF FF F0 255 255 240
White FF FF FF 255 255 255
Gray and black colors
Black 00 00 00   0   0   0
DarkSlateGray 2F 4F 4F  47  79  79
DimGray 69 69 69 105 105 105
SlateGray 70 80 90 112 128 144
Gray 80 80 80 128 128 128
LightSlateGray 77 88 99 119 136 153
DarkGray A9 A9 A9 169 169 169
Silver C0 C0 C0 192 192 192
LightGray D3 D3 D3 211 211 211
Gainsboro DC DC DC 220 220 220
50px Template documentation

Script error: No such module "Uses TemplateStyles". Initial visibility: currently defaults to autocollapse

To set this template's initial visibility, the |state= parameter may be used:

  • |state=collapsed: {{Color chart X11|state=collapsed}} to show the template collapsed, i.e., hidden apart from its title bar
  • |state=expanded: {{Color chart X11|state=expanded}} to show the template expanded, i.e., fully visible
  • |state=autocollapse: {{Color chart X11|state=autocollapse}}
    • shows the template collapsed to the title bar if there is a {{navbar}}, a {{sidebar}}, or some other table on the page with the collapsible attribute
    • shows the template in its expanded state if there are no other collapsible items on the page

If the |state= parameter in the template on this page is not set, the template's initial visibility is taken from the |default= parameter in the Collapsible option template. For the template on this page, that currently evaluates to autocollapse.

Template data (CSV)

class,name,r,g,b
Pink,Pink,255,192,203
Pink,LightPink,255,182,193
Pink,HotPink,255,105,180
Pink,DeepPink,255,20,147
Pink,PaleVioletRed,219,112,147
Pink,MediumVioletRed,199,21,133
Red,LightSalmon,255,160,122
Red,Salmon,250,128,114
Red,DarkSalmon,233,150,122
Red,LightCoral,240,128,128
Red,IndianRed,205,92,92
Red,Crimson,220,20,60
Red,Firebrick,178,34,34
Red,DarkRed,139,0,0
Red,Red,255,0,0
Orange,OrangeRed,255,69,0
Orange,Tomato,255,99,71
Orange,Coral,255,127,80
Orange,DarkOrange,255,140,0
Orange,Orange,255,165,0
Yellow,Yellow,255,255,0
Yellow,LightYellow,255,255,224
Yellow,LemonChiffon,255,250,205
Yellow,LightGoldenrodYellow,250,250,210
Yellow,PapayaWhip,255,239,213
Yellow,Moccasin,255,228,181
Yellow,PeachPuff,255,218,185
Yellow,PaleGoldenrod,238,232,170
Yellow,Khaki,240,230,140
Yellow,DarkKhaki,189,183,107
Yellow,Gold,255,215,0
Brown,Cornsilk,255,248,220
Brown,BlanchedAlmond,255,235,205
Brown,Bisque,255,228,196
Brown,NavajoWhite,255,222,173
Brown,Wheat,245,222,179
Brown,Burlywood,222,184,135
Brown,Tan,210,180,140
Brown,RosyBrown,188,143,143
Brown,SandyBrown,244,164,96
Brown,Goldenrod,218,165,32
Brown,DarkGoldenrod,184,134,11
Brown,Peru,205,133,63
Brown,Chocolate,210,105,30
Brown,SaddleBrown,139,69,19
Brown,Sienna,160,82,45
Brown,Brown,165,42,42
Brown,Maroon,128,0,0
Green,DarkOliveGreen,85,107,47
Green,Olive,128,128,0
Green,OliveDrab,107,142,35
Green,YellowGreen,154,205,50
Green,LimeGreen,50,205,50
Green,Lime,0,255,0
Green,LawnGreen,124,252,0
Green,Chartreuse,127,255,0
Green,GreenYellow,173,255,47
Green,SpringGreen,0,255,127
Green,MediumSpringGreen,0,250,154
Green,LightGreen,144,238,144
Green,PaleGreen,152,251,152
Green,DarkSeaGreen,143,188,143
Green,MediumAquamarine,102,205,170
Green,MediumSeaGreen,60,179,113
Green,SeaGreen,46,139,87
Green,ForestGreen,34,139,34
Green,Green,0,128,0
Green,DarkGreen,0,100,0
Cyan,Aqua,0,255,255
Cyan,Cyan,0,255,255
Cyan,LightCyan,224,255,255
Cyan,PaleTurquoise,175,238,238
Cyan,Aquamarine,127,255,212
Cyan,Turquoise,64,224,208
Cyan,MediumTurquoise,72,209,204
Cyan,DarkTurquoise,0,206,209
Cyan,LightSeaGreen,32,178,170
Cyan,CadetBlue,95,158,160
Cyan,DarkCyan,0,139,139
Cyan,Teal,0,128,128
Blue,LightSteelBlue,176,196,222
Blue,PowderBlue,176,224,230
Blue,LightBlue,173,216,230
Blue,SkyBlue,135,206,235
Blue,LightSkyBlue,135,206,250
Blue,DeepSkyBlue,0,191,255
Blue,DodgerBlue,30,144,255
Blue,CornflowerBlue,100,149,237
Blue,SteelBlue,70,130,180
Blue,RoyalBlue,65,105,225
Blue,Blue,0,0,255
Blue,MediumBlue,0,0,205
Blue,DarkBlue,0,0,139
Blue,Navy,0,0,128
Blue,MidnightBlue,25,25,112
Violet,Lavender,230,230,250
Violet,Thistle,216,191,216
Violet,Plum,221,160,221
Violet,Violet,238,130,238
Violet,Orchid,218,112,214
Violet,Fuchsia,255,0,255
Violet,Magenta,255,0,255
Violet,MediumOrchid,186,85,211
Violet,MediumPurple,147,112,219
Violet,BlueViolet,138,43,226
Violet,DarkViolet,148,0,211
Violet,DarkOrchid,153,50,204
Violet,DarkMagenta,139,0,139
Violet,Purple,128,0,128
Violet,Indigo,75,0,130
Violet,DarkSlateBlue,72,61,139
Violet,SlateBlue,106,90,205
Violet,MediumSlateBlue,123,104,238
White,White,255,255,255
White,Snow,255,250,250
White,Honeydew,240,255,240
White,MintCream,245,255,250
White,Azure,240,255,255
White,AliceBlue,240,248,255
White,GhostWhite,248,248,255
White,WhiteSmoke,245,245,245
White,Seashell,255,245,238
White,Beige,245,245,220
White,OldLace,253,245,230
White,FloralWhite,255,250,240
White,Ivory,255,255,240
White,AntiqueWhite,250,235,215
White,Linen,250,240,230
White,LavenderBlush,255,240,245
White,MistyRose,255,228,225
Gray,Gainsboro,220,220,220
Gray,LightGray,211,211,211
Gray,Silver,192,192,192
Gray,DarkGray,169,169,169
Gray,Gray,128,128,128
Gray,DimGray,105,105,105
Gray,LightSlateGray,119,136,153
Gray,SlateGray,112,128,144
Gray,DarkSlateGray,47,79,79
Gray,Black,0,0,0

Useful code for processing the data:

import pandas as pd
import numpy as np

data = pd.read_csv("colors.csv")

data["brightness"] = 1 - (0.299 * data.r + 0.587 * data.g + 0.114 * data.b) / 255

for klass in data["class"].unique():
    slic = data[data["class"] == klass]
    slic.index = range(len(slic))

    print("\n\n======" + klass.upper() + "======\n")
    
    #print(slic)
    slic = slic.sort_values(by="brightness", ascending=False)

    def tohex(num):
        table = list("0123456789ABCDEF")
        return table[num//16] + table[num%16]

    for i in range(slic.shape[0]):
        row = slic[i:(i+1)]

        row = np.array(row)[0]

        rgb = " ".join([ str(i).rjust(3, "&") for i in row[2:5] ])
        rgb = rgb.replace("&", "&nbsp;")

        print("|- style=\"background: {}; color: {}\"".format(row[1].lower(), "white" if row[-1] > 0.5 else "black"))
        print("| {} ||{} {} {}||{}"
              .format(row[1],
                      tohex(row[2]), tohex(row[3]), tohex(row[4]),
                      rgb
                     ))