Shades of Heliotrope #D96EFF
Tints of Heliotrope #D96EFF
RGB
CMYK
RGB Variations
Color information
#D96EFF (or 0xD96EFF) is known color: Heliotrope. HEX triplet: D9, 6E and FF. RGB value is (217,110,255). Sum of RGB (Red+Green+Blue) = 217+110+255=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 110 (43.36% from 255 or 18.90% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #D96EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96EFF is #269100. Grayscale: #9E9E9E. Windows color (decimal): -2527489 or 16740057. OLE color: 16740057.
HSL color Cylindrical-coordinate representation of color #D96EFF: hue angle of 284.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D96EFF is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 110 | 255 | - |
| CMYK | 0.15 | 0.57 | 0 | 0 |
| HSL | 284.28º | 1% | 0.72% | - |
| HSV(B) | 284.28º | 0.57% | 1% | - |
| XYZ | 52.24 | 33.12 | 98.25 | - |
| YUV | 158.52 | 182.45 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 255 | 0.15 | 0.57 | 0 | 0 | 284.28 | 1 | 0.72 |
| Hex | D9 | 6E | FF | F | 39 | 0 | 0 | 11C | 64 | 48 |
| Octal | 331 | 156 | 377 | 17 | 71 | 0 | 0 | 434 | 144 | 110 |
| Binary | 11011001 | 1101110 | 11111111 | 1111 | 111001 | 0 | 0 | 100011100 | 1100100 | 1001000 |
Color Harmonies of #D96EFF
Complementary color
Monochromatic Colors of #D96EFF
Black with #D96EFF
Text Example
Text Example
White with #D96EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96EFF; }
p { color: rgb(217,110,255); }
H1.HeaderClassName
{
color: #D96EFF;
}
.AnyTagClassName
{
color: #D96EFF;
}
</style>
background-color css
<style>
a { background-color: #D96EFF; }
a { background-color: rgb(217,110,255); }
div.DivClassName
{
background-color: #D96EFF;
}
.BgClassName
{
background-color: #D96EFF;
}
</style>
border-color css
<style>
span { border-color: #D96EFF; }
span { border-color: rgb(217,110,255); }
td.TdClassName
{
border-color: #D96EFF;
}
.TagClassName
{
border-color: #D96EFF;
}
</style>