Shades of Orchid #D666CA
Tints of Orchid #D666CA
RGB
CMYK
RGB Variations
Color information
#D666CA (or 0xD666CA) is known color: Orchid. HEX triplet: D6, 66 and CA. RGB value is (214,102,202). Sum of RGB (Red+Green+Blue) = 214+102+202=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D666CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666CA is #299935. Grayscale: #929292. Windows color (decimal): -2726198 or 13264598. OLE color: 13264598.
HSL color Cylindrical-coordinate representation of color #D666CA: hue angle of 306.43º 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 #D666CA is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 202 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.16 |
| HSL | 306.43º | 0.58% | 0.62% | - |
| HSV(B) | 306.43º | 0.52% | 0.84% | - |
| XYZ | 43.14 | 28.06 | 59.02 | - |
| YUV | 146.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 202 | 0 | 0.52 | 0.06 | 0.16 | 306.43 | 0.58 | 0.62 |
| Hex | D6 | 66 | CA | 0 | 34 | 6 | 10 | 132 | 3A | 3E |
| Octal | 326 | 146 | 312 | 0 | 64 | 6 | 20 | 462 | 72 | 76 |
| Binary | 11010110 | 1100110 | 11001010 | 0 | 110100 | 110 | 10000 | 100110010 | 111010 | 111110 |
Color Harmonies of #D666CA
Complementary color
Monochromatic Colors of #D666CA
Black with #D666CA
Text Example
Text Example
White with #D666CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666CA; }
p { color: rgb(214,102,202); }
H1.HeaderClassName
{
color: #D666CA;
}
.AnyTagClassName
{
color: #D666CA;
}
</style>
background-color css
<style>
a { background-color: #D666CA; }
a { background-color: rgb(214,102,202); }
div.DivClassName
{
background-color: #D666CA;
}
.BgClassName
{
background-color: #D666CA;
}
</style>
border-color css
<style>
span { border-color: #D666CA; }
span { border-color: rgb(214,102,202); }
td.TdClassName
{
border-color: #D666CA;
}
.TagClassName
{
border-color: #D666CA;
}
</style>