Shades of Orchid #D966CE
Tints of Orchid #D966CE
RGB
CMYK
RGB Variations
Color information
#D966CE (or 0xD966CE) is known color: Orchid. HEX triplet: D9, 66 and CE. RGB value is (217,102,206). Sum of RGB (Red+Green+Blue) = 217+102+206=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D966CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966CE is #269931. Grayscale: #939393. Windows color (decimal): -2529586 or 13526745. OLE color: 13526745.
HSL color Cylindrical-coordinate representation of color #D966CE: hue angle of 305.74º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D966CE is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 206 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.15 |
| HSL | 305.74º | 0.6% | 0.63% | - |
| HSV(B) | 305.74º | 0.53% | 0.85% | - |
| XYZ | 44.51 | 28.71 | 61.59 | - |
| YUV | 148.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 206 | 0 | 0.53 | 0.05 | 0.15 | 305.74 | 0.6 | 0.63 |
| Hex | D9 | 66 | CE | 0 | 35 | 5 | F | 132 | 3C | 3F |
| Octal | 331 | 146 | 316 | 0 | 65 | 5 | 17 | 462 | 74 | 77 |
| Binary | 11011001 | 1100110 | 11001110 | 0 | 110101 | 101 | 1111 | 100110010 | 111100 | 111111 |
Color Harmonies of #D966CE
Complementary color
Monochromatic Colors of #D966CE
Black with #D966CE
Text Example
Text Example
White with #D966CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D966CE; }
p { color: rgb(217,102,206); }
H1.HeaderClassName
{
color: #D966CE;
}
.AnyTagClassName
{
color: #D966CE;
}
</style>
background-color css
<style>
a { background-color: #D966CE; }
a { background-color: rgb(217,102,206); }
div.DivClassName
{
background-color: #D966CE;
}
.BgClassName
{
background-color: #D966CE;
}
</style>
border-color css
<style>
span { border-color: #D966CE; }
span { border-color: rgb(217,102,206); }
td.TdClassName
{
border-color: #D966CE;
}
.TagClassName
{
border-color: #D966CE;
}
</style>