Shades of Heliotrope #D86DF5
Tints of Heliotrope #D86DF5
RGB
CMYK
RGB Variations
Color information
#D86DF5 (or 0xD86DF5) is known color: Heliotrope. HEX triplet: D8, 6D and F5. RGB value is (216,109,245). Sum of RGB (Red+Green+Blue) = 216+109+245=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #D86DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86DF5 is #27920A. Grayscale: #9C9C9C. Windows color (decimal): -2593291 or 16084440. OLE color: 16084440.
HSL color Cylindrical-coordinate representation of color #D86DF5: hue angle of 287.21º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86DF5 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 109 | 245 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.04 |
| HSL | 287.21º | 0.87% | 0.69% | - |
| HSV(B) | 287.21º | 0.56% | 0.96% | - |
| XYZ | 50.27 | 32.13 | 89.94 | - |
| YUV | 156.5 | 177.95 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 245 | 0.12 | 0.56 | 0 | 0.04 | 287.21 | 0.87 | 0.69 |
| Hex | D8 | 6D | F5 | C | 38 | 0 | 4 | 11F | 57 | 45 |
| Octal | 330 | 155 | 365 | 14 | 70 | 0 | 4 | 437 | 127 | 105 |
| Binary | 11011000 | 1101101 | 11110101 | 1100 | 111000 | 0 | 100 | 100011111 | 1010111 | 1000101 |
Color Harmonies of #D86DF5
Complementary color
Monochromatic Colors of #D86DF5
Black with #D86DF5
Text Example
Text Example
White with #D86DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DF5; }
p { color: rgb(216,109,245); }
H1.HeaderClassName
{
color: #D86DF5;
}
.AnyTagClassName
{
color: #D86DF5;
}
</style>
background-color css
<style>
a { background-color: #D86DF5; }
a { background-color: rgb(216,109,245); }
div.DivClassName
{
background-color: #D86DF5;
}
.BgClassName
{
background-color: #D86DF5;
}
</style>
border-color css
<style>
span { border-color: #D86DF5; }
span { border-color: rgb(216,109,245); }
td.TdClassName
{
border-color: #D86DF5;
}
.TagClassName
{
border-color: #D86DF5;
}
</style>