Shades of Orchid #D96EE1
Tints of Orchid #D96EE1
RGB
CMYK
RGB Variations
Color information
#D96EE1 (or 0xD96EE1) is known color: Orchid. HEX triplet: D9, 6E and E1. RGB value is (217,110,225). Sum of RGB (Red+Green+Blue) = 217+110+225=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #D96EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96EE1 is #26911E. Grayscale: #9A9A9A. Windows color (decimal): -2527519 or 14773977. OLE color: 14773977.
HSL color Cylindrical-coordinate representation of color #D96EE1: hue angle of 295.83º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96EE1 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 110 | 225 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.12 |
| HSL | 295.83º | 0.66% | 0.66% | - |
| HSV(B) | 295.83º | 0.51% | 0.88% | - |
| XYZ | 47.78 | 31.34 | 74.76 | - |
| YUV | 155.1 | 167.45 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 225 | 0.04 | 0.51 | 0 | 0.12 | 295.83 | 0.66 | 0.66 |
| Hex | D9 | 6E | E1 | 4 | 33 | 0 | C | 128 | 42 | 42 |
| Octal | 331 | 156 | 341 | 4 | 63 | 0 | 14 | 450 | 102 | 102 |
| Binary | 11011001 | 1101110 | 11100001 | 100 | 110011 | 0 | 1100 | 100101000 | 1000010 | 1000010 |
Color Harmonies of #D96EE1
Complementary color
Monochromatic Colors of #D96EE1
Black with #D96EE1
Text Example
Text Example
White with #D96EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96EE1; }
p { color: rgb(217,110,225); }
H1.HeaderClassName
{
color: #D96EE1;
}
.AnyTagClassName
{
color: #D96EE1;
}
</style>
background-color css
<style>
a { background-color: #D96EE1; }
a { background-color: rgb(217,110,225); }
div.DivClassName
{
background-color: #D96EE1;
}
.BgClassName
{
background-color: #D96EE1;
}
</style>
border-color css
<style>
span { border-color: #D96EE1; }
span { border-color: rgb(217,110,225); }
td.TdClassName
{
border-color: #D96EE1;
}
.TagClassName
{
border-color: #D96EE1;
}
</style>