Shades of Heliotrope #D86EF0
Tints of Heliotrope #D86EF0
RGB
CMYK
RGB Variations
Color information
#D86EF0 (or 0xD86EF0) is known color: Heliotrope. HEX triplet: D8, 6E and F0. RGB value is (216,110,240). Sum of RGB (Red+Green+Blue) = 216+110+240=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #D86EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86EF0 is #27910F. Grayscale: #9C9C9C. Windows color (decimal): -2593040 or 15757016. OLE color: 15757016.
HSL color Cylindrical-coordinate representation of color #D86EF0: hue angle of 288.92º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D86EF0 is Cyan = 0.1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 110 | 240 | - |
| CMYK | 0.1 | 0.54 | 0 | 0.06 |
| HSL | 288.92º | 0.81% | 0.69% | - |
| HSV(B) | 288.92º | 0.54% | 0.94% | - |
| XYZ | 49.62 | 32.04 | 86.01 | - |
| YUV | 156.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 240 | 0.1 | 0.54 | 0 | 0.06 | 288.92 | 0.81 | 0.69 |
| Hex | D8 | 6E | F0 | A | 36 | 0 | 6 | 121 | 51 | 45 |
| Octal | 330 | 156 | 360 | 12 | 66 | 0 | 6 | 441 | 121 | 105 |
| Binary | 11011000 | 1101110 | 11110000 | 1010 | 110110 | 0 | 110 | 100100001 | 1010001 | 1000101 |
Color Harmonies of #D86EF0
Complementary color
Monochromatic Colors of #D86EF0
Black with #D86EF0
Text Example
Text Example
White with #D86EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86EF0; }
p { color: rgb(216,110,240); }
H1.HeaderClassName
{
color: #D86EF0;
}
.AnyTagClassName
{
color: #D86EF0;
}
</style>
background-color css
<style>
a { background-color: #D86EF0; }
a { background-color: rgb(216,110,240); }
div.DivClassName
{
background-color: #D86EF0;
}
.BgClassName
{
background-color: #D86EF0;
}
</style>
border-color css
<style>
span { border-color: #D86EF0; }
span { border-color: rgb(216,110,240); }
td.TdClassName
{
border-color: #D86EF0;
}
.TagClassName
{
border-color: #D86EF0;
}
</style>