Shades of Orchid #D66CD2
Tints of Orchid #D66CD2
RGB
CMYK
RGB Variations
Color information
#D66CD2 (or 0xD66CD2) is known color: Orchid. HEX triplet: D6, 6C and D2. RGB value is (214,108,210). Sum of RGB (Red+Green+Blue) = 214+108+210=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CD2 is #29932D. Grayscale: #979797. Windows color (decimal): -2724654 or 13790422. OLE color: 13790422.
HSL color Cylindrical-coordinate representation of color #D66CD2: hue angle of 302.26º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66CD2 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 210 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.16 |
| HSL | 302.26º | 0.56% | 0.63% | - |
| HSV(B) | 302.26º | 0.5% | 0.84% | - |
| XYZ | 44.73 | 29.67 | 64.34 | - |
| YUV | 151.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 210 | 0 | 0.50 | 0.02 | 0.16 | 302.26 | 0.56 | 0.63 |
| Hex | D6 | 6C | D2 | 0 | 32 | 2 | 10 | 12E | 38 | 3F |
| Octal | 326 | 154 | 322 | 0 | 62 | 2 | 20 | 456 | 70 | 77 |
| Binary | 11010110 | 1101100 | 11010010 | 0 | 110010 | 10 | 10000 | 100101110 | 111000 | 111111 |
Color Harmonies of #D66CD2
Complementary color
Monochromatic Colors of #D66CD2
Black with #D66CD2
Text Example
Text Example
White with #D66CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66CD2; }
p { color: rgb(214,108,210); }
H1.HeaderClassName
{
color: #D66CD2;
}
.AnyTagClassName
{
color: #D66CD2;
}
</style>
background-color css
<style>
a { background-color: #D66CD2; }
a { background-color: rgb(214,108,210); }
div.DivClassName
{
background-color: #D66CD2;
}
.BgClassName
{
background-color: #D66CD2;
}
</style>
border-color css
<style>
span { border-color: #D66CD2; }
span { border-color: rgb(214,108,210); }
td.TdClassName
{
border-color: #D66CD2;
}
.TagClassName
{
border-color: #D66CD2;
}
</style>