Shades of Heliotrope #D86FF7
Tints of Heliotrope #D86FF7
RGB
CMYK
RGB Variations
Color information
#D86FF7 (or 0xD86FF7) is known color: Heliotrope. HEX triplet: D8, 6F and F7. RGB value is (216,111,247). Sum of RGB (Red+Green+Blue) = 216+111+247=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 247 (96.88% from 255 or 43.03% from 574); Max value from RGB is 247 - color contains mainly: blue. Hex color #D86FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86FF7 is #279008. Grayscale: #9D9D9D. Windows color (decimal): -2592777 or 16216024. OLE color: 16216024.
HSL color Cylindrical-coordinate representation of color #D86FF7: hue angle of 286.32º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86FF7 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 111 | 247 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.03 |
| HSL | 286.32º | 0.89% | 0.7% | - |
| HSV(B) | 286.32º | 0.55% | 0.97% | - |
| XYZ | 50.79 | 32.68 | 91.63 | - |
| YUV | 157.9 | 178.29 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 247 | 0.13 | 0.55 | 0 | 0.03 | 286.32 | 0.89 | 0.7 |
| Hex | D8 | 6F | F7 | D | 37 | 0 | 3 | 11E | 59 | 46 |
| Octal | 330 | 157 | 367 | 15 | 67 | 0 | 3 | 436 | 131 | 106 |
| Binary | 11011000 | 1101111 | 11110111 | 1101 | 110111 | 0 | 11 | 100011110 | 1011001 | 1000110 |
Color Harmonies of #D86FF7
Complementary color
Monochromatic Colors of #D86FF7
Black with #D86FF7
Text Example
Text Example
White with #D86FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FF7; }
p { color: rgb(216,111,247); }
H1.HeaderClassName
{
color: #D86FF7;
}
.AnyTagClassName
{
color: #D86FF7;
}
</style>
background-color css
<style>
a { background-color: #D86FF7; }
a { background-color: rgb(216,111,247); }
div.DivClassName
{
background-color: #D86FF7;
}
.BgClassName
{
background-color: #D86FF7;
}
</style>
border-color css
<style>
span { border-color: #D86FF7; }
span { border-color: rgb(216,111,247); }
td.TdClassName
{
border-color: #D86FF7;
}
.TagClassName
{
border-color: #D86FF7;
}
</style>