Shades of Heliotrope #D86CF5
Tints of Heliotrope #D86CF5
RGB
CMYK
RGB Variations
Color information
#D86CF5 (or 0xD86CF5) is known color: Heliotrope. HEX triplet: D8, 6C and F5. RGB value is (216,108,245). Sum of RGB (Red+Green+Blue) = 216+108+245=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 108 (42.58% from 255 or 18.98% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #D86CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86CF5 is #27930A. Grayscale: #9B9B9B. Windows color (decimal): -2593547 or 16084184. OLE color: 16084184.
HSL color Cylindrical-coordinate representation of color #D86CF5: hue angle of 287.3º 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 #D86CF5 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 108 | 245 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.04 |
| HSL | 287.3º | 0.87% | 0.69% | - |
| HSV(B) | 287.3º | 0.56% | 0.96% | - |
| XYZ | 50.16 | 31.92 | 89.9 | - |
| YUV | 155.91 | 178.28 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 245 | 0.12 | 0.56 | 0 | 0.04 | 287.3 | 0.87 | 0.69 |
| Hex | D8 | 6C | F5 | C | 38 | 0 | 4 | 11F | 57 | 45 |
| Octal | 330 | 154 | 365 | 14 | 70 | 0 | 4 | 437 | 127 | 105 |
| Binary | 11011000 | 1101100 | 11110101 | 1100 | 111000 | 0 | 100 | 100011111 | 1010111 | 1000101 |
Color Harmonies of #D86CF5
Complementary color
Monochromatic Colors of #D86CF5
Black with #D86CF5
Text Example
Text Example
White with #D86CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CF5; }
p { color: rgb(216,108,245); }
H1.HeaderClassName
{
color: #D86CF5;
}
.AnyTagClassName
{
color: #D86CF5;
}
</style>
background-color css
<style>
a { background-color: #D86CF5; }
a { background-color: rgb(216,108,245); }
div.DivClassName
{
background-color: #D86CF5;
}
.BgClassName
{
background-color: #D86CF5;
}
</style>
border-color css
<style>
span { border-color: #D86CF5; }
span { border-color: rgb(216,108,245); }
td.TdClassName
{
border-color: #D86CF5;
}
.TagClassName
{
border-color: #D86CF5;
}
</style>