Shades of Orchid #D666C9
Tints of Orchid #D666C9
RGB
CMYK
RGB Variations
Color information
#D666C9 (or 0xD666C9) is known color: Orchid. HEX triplet: D6, 66 and C9. RGB value is (214,102,201). Sum of RGB (Red+Green+Blue) = 214+102+201=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D666C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666C9 is #299936. Grayscale: #929292. Windows color (decimal): -2726199 or 13199062. OLE color: 13199062.
HSL color Cylindrical-coordinate representation of color #D666C9: hue angle of 306.96º 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 #D666C9 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 201 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.16 |
| HSL | 306.96º | 0.58% | 0.62% | - |
| HSV(B) | 306.96º | 0.52% | 0.84% | - |
| XYZ | 43.03 | 28.02 | 58.4 | - |
| YUV | 146.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 201 | 0 | 0.52 | 0.06 | 0.16 | 306.96 | 0.58 | 0.62 |
| Hex | D6 | 66 | C9 | 0 | 34 | 6 | 10 | 133 | 3A | 3E |
| Octal | 326 | 146 | 311 | 0 | 64 | 6 | 20 | 463 | 72 | 76 |
| Binary | 11010110 | 1100110 | 11001001 | 0 | 110100 | 110 | 10000 | 100110011 | 111010 | 111110 |
Color Harmonies of #D666C9
Complementary color
Monochromatic Colors of #D666C9
Black with #D666C9
Text Example
Text Example
White with #D666C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666C9; }
p { color: rgb(214,102,201); }
H1.HeaderClassName
{
color: #D666C9;
}
.AnyTagClassName
{
color: #D666C9;
}
</style>
background-color css
<style>
a { background-color: #D666C9; }
a { background-color: rgb(214,102,201); }
div.DivClassName
{
background-color: #D666C9;
}
.BgClassName
{
background-color: #D666C9;
}
</style>
border-color css
<style>
span { border-color: #D666C9; }
span { border-color: rgb(214,102,201); }
td.TdClassName
{
border-color: #D666C9;
}
.TagClassName
{
border-color: #D666C9;
}
</style>