Shades of Heliotrope #D860F5
Tints of Heliotrope #D860F5
RGB
CMYK
RGB Variations
Color information
#D860F5 (or 0xD860F5) is known color: Heliotrope. HEX triplet: D8, 60 and F5. RGB value is (216,96,245). Sum of RGB (Red+Green+Blue) = 216+96+245=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 96 (37.89% from 255 or 17.24% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #D860F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D860F5 is #279F0A. Grayscale: #949494. Windows color (decimal): -2596619 or 16081112. OLE color: 16081112.
HSL color Cylindrical-coordinate representation of color #D860F5: hue angle of 288.32º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D860F5 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 96 | 245 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.04 |
| HSL | 288.32º | 0.88% | 0.67% | - |
| HSV(B) | 288.32º | 0.61% | 0.96% | - |
| XYZ | 48.98 | 29.56 | 89.51 | - |
| YUV | 148.87 | 182.26 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 245 | 0.12 | 0.61 | 0 | 0.04 | 288.32 | 0.88 | 0.67 |
| Hex | D8 | 60 | F5 | C | 3D | 0 | 4 | 120 | 58 | 43 |
| Octal | 330 | 140 | 365 | 14 | 75 | 0 | 4 | 440 | 130 | 103 |
| Binary | 11011000 | 1100000 | 11110101 | 1100 | 111101 | 0 | 100 | 100100000 | 1011000 | 1000011 |
Color Harmonies of #D860F5
Complementary color
Monochromatic Colors of #D860F5
Black with #D860F5
Text Example
Text Example
White with #D860F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D860F5; }
p { color: rgb(216,96,245); }
H1.HeaderClassName
{
color: #D860F5;
}
.AnyTagClassName
{
color: #D860F5;
}
</style>
background-color css
<style>
a { background-color: #D860F5; }
a { background-color: rgb(216,96,245); }
div.DivClassName
{
background-color: #D860F5;
}
.BgClassName
{
background-color: #D860F5;
}
</style>
border-color css
<style>
span { border-color: #D860F5; }
span { border-color: rgb(216,96,245); }
td.TdClassName
{
border-color: #D860F5;
}
.TagClassName
{
border-color: #D860F5;
}
</style>