Shades of Orchid #D666CB
Tints of Orchid #D666CB
RGB
CMYK
RGB Variations
Color information
#D666CB (or 0xD666CB) is known color: Orchid. HEX triplet: D6, 66 and CB. RGB value is (214,102,203). Sum of RGB (Red+Green+Blue) = 214+102+203=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D666CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666CB is #299934. Grayscale: #929292. Windows color (decimal): -2726197 or 13330134. OLE color: 13330134.
HSL color Cylindrical-coordinate representation of color #D666CB: hue angle of 305.89º 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 #D666CB is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 203 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.16 |
| HSL | 305.89º | 0.58% | 0.62% | - |
| HSV(B) | 305.89º | 0.52% | 0.84% | - |
| XYZ | 43.26 | 28.11 | 59.65 | - |
| YUV | 147 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 203 | 0 | 0.52 | 0.05 | 0.16 | 305.89 | 0.58 | 0.62 |
| Hex | D6 | 66 | CB | 0 | 34 | 5 | 10 | 132 | 3A | 3E |
| Octal | 326 | 146 | 313 | 0 | 64 | 5 | 20 | 462 | 72 | 76 |
| Binary | 11010110 | 1100110 | 11001011 | 0 | 110100 | 101 | 10000 | 100110010 | 111010 | 111110 |
Color Harmonies of #D666CB
Complementary color
Monochromatic Colors of #D666CB
Black with #D666CB
Text Example
Text Example
White with #D666CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666CB; }
p { color: rgb(214,102,203); }
H1.HeaderClassName
{
color: #D666CB;
}
.AnyTagClassName
{
color: #D666CB;
}
</style>
background-color css
<style>
a { background-color: #D666CB; }
a { background-color: rgb(214,102,203); }
div.DivClassName
{
background-color: #D666CB;
}
.BgClassName
{
background-color: #D666CB;
}
</style>
border-color css
<style>
span { border-color: #D666CB; }
span { border-color: rgb(214,102,203); }
td.TdClassName
{
border-color: #D666CB;
}
.TagClassName
{
border-color: #D666CB;
}
</style>