Shades of Orchid #D666D2
Tints of Orchid #D666D2
RGB
CMYK
RGB Variations
Color information
#D666D2 (or 0xD666D2) is known color: Orchid. HEX triplet: D6, 66 and D2. RGB value is (214,102,210). Sum of RGB (Red+Green+Blue) = 214+102+210=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D666D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666D2 is #29992D. Grayscale: #939393. Windows color (decimal): -2726190 or 13788886. OLE color: 13788886.
HSL color Cylindrical-coordinate representation of color #D666D2: hue angle of 302.14º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D666D2 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 210 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.16 |
| HSL | 302.14º | 0.58% | 0.62% | - |
| HSV(B) | 302.14º | 0.52% | 0.84% | - |
| XYZ | 44.12 | 28.45 | 64.14 | - |
| YUV | 147.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 210 | 0 | 0.52 | 0.02 | 0.16 | 302.14 | 0.58 | 0.62 |
| Hex | D6 | 66 | D2 | 0 | 34 | 2 | 10 | 12E | 3A | 3E |
| Octal | 326 | 146 | 322 | 0 | 64 | 2 | 20 | 456 | 72 | 76 |
| Binary | 11010110 | 1100110 | 11010010 | 0 | 110100 | 10 | 10000 | 100101110 | 111010 | 111110 |
Color Harmonies of #D666D2
Complementary color
Monochromatic Colors of #D666D2
Black with #D666D2
Text Example
Text Example
White with #D666D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666D2; }
p { color: rgb(214,102,210); }
H1.HeaderClassName
{
color: #D666D2;
}
.AnyTagClassName
{
color: #D666D2;
}
</style>
background-color css
<style>
a { background-color: #D666D2; }
a { background-color: rgb(214,102,210); }
div.DivClassName
{
background-color: #D666D2;
}
.BgClassName
{
background-color: #D666D2;
}
</style>
border-color css
<style>
span { border-color: #D666D2; }
span { border-color: rgb(214,102,210); }
td.TdClassName
{
border-color: #D666D2;
}
.TagClassName
{
border-color: #D666D2;
}
</style>