Shades of Orchid #D96EC9
Tints of Orchid #D96EC9
RGB
CMYK
RGB Variations
Color information
#D96EC9 (or 0xD96EC9) is known color: Orchid. HEX triplet: D9, 6E and C9. RGB value is (217,110,201). Sum of RGB (Red+Green+Blue) = 217+110+201=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D96EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96EC9 is #269136. Grayscale: #989898. Windows color (decimal): -2527543 or 13201113. OLE color: 13201113.
HSL color Cylindrical-coordinate representation of color #D96EC9: hue angle of 308.97º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96EC9 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 201 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.15 |
| HSL | 308.97º | 0.58% | 0.64% | - |
| HSV(B) | 308.97º | 0.49% | 0.85% | - |
| XYZ | 44.73 | 30.12 | 58.71 | - |
| YUV | 152.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 201 | 0 | 0.49 | 0.07 | 0.15 | 308.97 | 0.58 | 0.64 |
| Hex | D9 | 6E | C9 | 0 | 31 | 7 | F | 135 | 3A | 40 |
| Octal | 331 | 156 | 311 | 0 | 61 | 7 | 17 | 465 | 72 | 100 |
| Binary | 11011001 | 1101110 | 11001001 | 0 | 110001 | 111 | 1111 | 100110101 | 111010 | 1000000 |
Color Harmonies of #D96EC9
Complementary color
Monochromatic Colors of #D96EC9
Black with #D96EC9
Text Example
Text Example
White with #D96EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96EC9; }
p { color: rgb(217,110,201); }
H1.HeaderClassName
{
color: #D96EC9;
}
.AnyTagClassName
{
color: #D96EC9;
}
</style>
background-color css
<style>
a { background-color: #D96EC9; }
a { background-color: rgb(217,110,201); }
div.DivClassName
{
background-color: #D96EC9;
}
.BgClassName
{
background-color: #D96EC9;
}
</style>
border-color css
<style>
span { border-color: #D96EC9; }
span { border-color: rgb(217,110,201); }
td.TdClassName
{
border-color: #D96EC9;
}
.TagClassName
{
border-color: #D96EC9;
}
</style>