Shades of Heliotrope #D86EFF
Tints of Heliotrope #D86EFF
RGB
CMYK
RGB Variations
Color information
#D86EFF (or 0xD86EFF) is known color: Heliotrope. HEX triplet: D8, 6E and FF. RGB value is (216,110,255). Sum of RGB (Red+Green+Blue) = 216+110+255=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 110 (43.36% from 255 or 18.93% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #D86EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86EFF is #279100. Grayscale: #9D9D9D. Windows color (decimal): -2593025 or 16740056. OLE color: 16740056.
HSL color Cylindrical-coordinate representation of color #D86EFF: hue angle of 283.86º 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 #D86EFF is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 110 | 255 | - |
| CMYK | 0.15 | 0.57 | 0 | 0 |
| HSL | 283.86º | 1% | 0.72% | - |
| HSV(B) | 283.86º | 0.57% | 1% | - |
| XYZ | 51.94 | 32.97 | 98.23 | - |
| YUV | 158.22 | 182.62 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 255 | 0.15 | 0.57 | 0 | 0 | 283.86 | 1 | 0.72 |
| Hex | D8 | 6E | FF | F | 39 | 0 | 0 | 11C | 64 | 48 |
| Octal | 330 | 156 | 377 | 17 | 71 | 0 | 0 | 434 | 144 | 110 |
| Binary | 11011000 | 1101110 | 11111111 | 1111 | 111001 | 0 | 0 | 100011100 | 1100100 | 1001000 |
Color Harmonies of #D86EFF
Complementary color
Monochromatic Colors of #D86EFF
Black with #D86EFF
Text Example
Text Example
White with #D86EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86EFF; }
p { color: rgb(216,110,255); }
H1.HeaderClassName
{
color: #D86EFF;
}
.AnyTagClassName
{
color: #D86EFF;
}
</style>
background-color css
<style>
a { background-color: #D86EFF; }
a { background-color: rgb(216,110,255); }
div.DivClassName
{
background-color: #D86EFF;
}
.BgClassName
{
background-color: #D86EFF;
}
</style>
border-color css
<style>
span { border-color: #D86EFF; }
span { border-color: rgb(216,110,255); }
td.TdClassName
{
border-color: #D86EFF;
}
.TagClassName
{
border-color: #D86EFF;
}
</style>