Shades of Orchid #D96FE8
Tints of Orchid #D96FE8
RGB
CMYK
RGB Variations
Color information
#D96FE8 (or 0xD96FE8) is known color: Orchid. HEX triplet: D9, 6F and E8. RGB value is (217,111,232). Sum of RGB (Red+Green+Blue) = 217+111+232=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #D96FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96FE8 is #269017. Grayscale: #9C9C9C. Windows color (decimal): -2527256 or 15232985. OLE color: 15232985.
HSL color Cylindrical-coordinate representation of color #D96FE8: hue angle of 292.56º degrees, saturation: 0.72, 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 #D96FE8 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 111 | 232 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.09 |
| HSL | 292.56º | 0.72% | 0.67% | - |
| HSV(B) | 292.56º | 0.52% | 0.91% | - |
| XYZ | 48.87 | 31.95 | 79.93 | - |
| YUV | 156.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 232 | 0.06 | 0.52 | 0 | 0.09 | 292.56 | 0.72 | 0.67 |
| Hex | D9 | 6F | E8 | 6 | 34 | 0 | 9 | 125 | 48 | 43 |
| Octal | 331 | 157 | 350 | 6 | 64 | 0 | 11 | 445 | 110 | 103 |
| Binary | 11011001 | 1101111 | 11101000 | 110 | 110100 | 0 | 1001 | 100100101 | 1001000 | 1000011 |
Color Harmonies of #D96FE8
Complementary color
Monochromatic Colors of #D96FE8
Black with #D96FE8
Text Example
Text Example
White with #D96FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FE8; }
p { color: rgb(217,111,232); }
H1.HeaderClassName
{
color: #D96FE8;
}
.AnyTagClassName
{
color: #D96FE8;
}
</style>
background-color css
<style>
a { background-color: #D96FE8; }
a { background-color: rgb(217,111,232); }
div.DivClassName
{
background-color: #D96FE8;
}
.BgClassName
{
background-color: #D96FE8;
}
</style>
border-color css
<style>
span { border-color: #D96FE8; }
span { border-color: rgb(217,111,232); }
td.TdClassName
{
border-color: #D96FE8;
}
.TagClassName
{
border-color: #D96FE8;
}
</style>