Shades of Orchid #D96FE9
Tints of Orchid #D96FE9
RGB
CMYK
RGB Variations
Color information
#D96FE9 (or 0xD96FE9) is known color: Orchid. HEX triplet: D9, 6F and E9. RGB value is (217,111,233). Sum of RGB (Red+Green+Blue) = 217+111+233=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #D96FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96FE9 is #269016. Grayscale: #9C9C9C. Windows color (decimal): -2527255 or 15298521. OLE color: 15298521.
HSL color Cylindrical-coordinate representation of color #D96FE9: hue angle of 292.13º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96FE9 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 111 | 233 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.09 |
| HSL | 292.13º | 0.73% | 0.67% | - |
| HSV(B) | 292.13º | 0.52% | 0.91% | - |
| XYZ | 49.01 | 32 | 80.69 | - |
| YUV | 156.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 233 | 0.07 | 0.52 | 0 | 0.09 | 292.13 | 0.73 | 0.67 |
| Hex | D9 | 6F | E9 | 7 | 34 | 0 | 9 | 124 | 49 | 43 |
| Octal | 331 | 157 | 351 | 7 | 64 | 0 | 11 | 444 | 111 | 103 |
| Binary | 11011001 | 1101111 | 11101001 | 111 | 110100 | 0 | 1001 | 100100100 | 1001001 | 1000011 |
Color Harmonies of #D96FE9
Complementary color
Monochromatic Colors of #D96FE9
Black with #D96FE9
Text Example
Text Example
White with #D96FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FE9; }
p { color: rgb(217,111,233); }
H1.HeaderClassName
{
color: #D96FE9;
}
.AnyTagClassName
{
color: #D96FE9;
}
</style>
background-color css
<style>
a { background-color: #D96FE9; }
a { background-color: rgb(217,111,233); }
div.DivClassName
{
background-color: #D96FE9;
}
.BgClassName
{
background-color: #D96FE9;
}
</style>
border-color css
<style>
span { border-color: #D96FE9; }
span { border-color: rgb(217,111,233); }
td.TdClassName
{
border-color: #D96FE9;
}
.TagClassName
{
border-color: #D96FE9;
}
</style>