Shades of Orchid #D666DC
Tints of Orchid #D666DC
RGB
CMYK
RGB Variations
Color information
#D666DC (or 0xD666DC) is known color: Orchid. HEX triplet: D6, 66 and DC. RGB value is (214,102,220). Sum of RGB (Red+Green+Blue) = 214+102+220=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #D666DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666DC is #299923. Grayscale: #949494. Windows color (decimal): -2726180 or 14444246. OLE color: 14444246.
HSL color Cylindrical-coordinate representation of color #D666DC: hue angle of 296.95º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D666DC is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 102 | 220 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.14 |
| HSL | 296.95º | 0.63% | 0.63% | - |
| HSV(B) | 296.95º | 0.54% | 0.86% | - |
| XYZ | 45.4 | 28.97 | 70.91 | - |
| YUV | 148.94 | 168.11 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 220 | 0.03 | 0.54 | 0 | 0.14 | 296.95 | 0.63 | 0.63 |
| Hex | D6 | 66 | DC | 3 | 36 | 0 | E | 129 | 3F | 3F |
| Octal | 326 | 146 | 334 | 3 | 66 | 0 | 16 | 451 | 77 | 77 |
| Binary | 11010110 | 1100110 | 11011100 | 11 | 110110 | 0 | 1110 | 100101001 | 111111 | 111111 |
Color Harmonies of #D666DC
Complementary color
Monochromatic Colors of #D666DC
Black with #D666DC
Text Example
Text Example
White with #D666DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666DC; }
p { color: rgb(214,102,220); }
H1.HeaderClassName
{
color: #D666DC;
}
.AnyTagClassName
{
color: #D666DC;
}
</style>
background-color css
<style>
a { background-color: #D666DC; }
a { background-color: rgb(214,102,220); }
div.DivClassName
{
background-color: #D666DC;
}
.BgClassName
{
background-color: #D666DC;
}
</style>
border-color css
<style>
span { border-color: #D666DC; }
span { border-color: rgb(214,102,220); }
td.TdClassName
{
border-color: #D666DC;
}
.TagClassName
{
border-color: #D666DC;
}
</style>