Shades of Heliotrope #D86FFC
Tints of Heliotrope #D86FFC
RGB
CMYK
RGB Variations
Color information
#D86FFC (or 0xD86FFC) is known color: Heliotrope. HEX triplet: D8, 6F and FC. RGB value is (216,111,252). Sum of RGB (Red+Green+Blue) = 216+111+252=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 111 (43.75% from 255 or 19.17% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #D86FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86FFC is #279003. Grayscale: #9E9E9E. Windows color (decimal): -2592772 or 16543704. OLE color: 16543704.
HSL color Cylindrical-coordinate representation of color #D86FFC: hue angle of 284.68º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86FFC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 111 | 252 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.01 |
| HSL | 284.68º | 0.96% | 0.71% | - |
| HSV(B) | 284.68º | 0.56% | 0.99% | - |
| XYZ | 51.57 | 33 | 95.75 | - |
| YUV | 158.47 | 180.79 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 252 | 0.14 | 0.56 | 0 | 0.01 | 284.68 | 0.96 | 0.71 |
| Hex | D8 | 6F | FC | E | 38 | 0 | 1 | 11D | 60 | 47 |
| Octal | 330 | 157 | 374 | 16 | 70 | 0 | 1 | 435 | 140 | 107 |
| Binary | 11011000 | 1101111 | 11111100 | 1110 | 111000 | 0 | 1 | 100011101 | 1100000 | 1000111 |
Color Harmonies of #D86FFC
Complementary color
Monochromatic Colors of #D86FFC
Black with #D86FFC
Text Example
Text Example
White with #D86FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FFC; }
p { color: rgb(216,111,252); }
H1.HeaderClassName
{
color: #D86FFC;
}
.AnyTagClassName
{
color: #D86FFC;
}
</style>
background-color css
<style>
a { background-color: #D86FFC; }
a { background-color: rgb(216,111,252); }
div.DivClassName
{
background-color: #D86FFC;
}
.BgClassName
{
background-color: #D86FFC;
}
</style>
border-color css
<style>
span { border-color: #D86FFC; }
span { border-color: rgb(216,111,252); }
td.TdClassName
{
border-color: #D86FFC;
}
.TagClassName
{
border-color: #D86FFC;
}
</style>