Shades of Heliotrope #D86BFF
Tints of Heliotrope #D86BFF
RGB
CMYK
RGB Variations
Color information
#D86BFF (or 0xD86BFF) is known color: Heliotrope. HEX triplet: D8, 6B and FF. RGB value is (216,107,255). Sum of RGB (Red+Green+Blue) = 216+107+255=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #D86BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86BFF is #279400. Grayscale: #9B9B9B. Windows color (decimal): -2593793 or 16739288. OLE color: 16739288.
HSL color Cylindrical-coordinate representation of color #D86BFF: hue angle of 284.19º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D86BFF is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 107 | 255 | - |
| CMYK | 0.15 | 0.58 | 0 | 0 |
| HSL | 284.19º | 1% | 0.71% | - |
| HSV(B) | 284.19º | 0.58% | 1% | - |
| XYZ | 51.63 | 32.33 | 98.13 | - |
| YUV | 156.46 | 183.61 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 255 | 0.15 | 0.58 | 0 | 0 | 284.19 | 1 | 0.71 |
| Hex | D8 | 6B | FF | F | 3A | 0 | 0 | 11C | 64 | 47 |
| Octal | 330 | 153 | 377 | 17 | 72 | 0 | 0 | 434 | 144 | 107 |
| Binary | 11011000 | 1101011 | 11111111 | 1111 | 111010 | 0 | 0 | 100011100 | 1100100 | 1000111 |
Color Harmonies of #D86BFF
Complementary color
Monochromatic Colors of #D86BFF
Black with #D86BFF
Text Example
Text Example
White with #D86BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86BFF; }
p { color: rgb(216,107,255); }
H1.HeaderClassName
{
color: #D86BFF;
}
.AnyTagClassName
{
color: #D86BFF;
}
</style>
background-color css
<style>
a { background-color: #D86BFF; }
a { background-color: rgb(216,107,255); }
div.DivClassName
{
background-color: #D86BFF;
}
.BgClassName
{
background-color: #D86BFF;
}
</style>
border-color css
<style>
span { border-color: #D86BFF; }
span { border-color: rgb(216,107,255); }
td.TdClassName
{
border-color: #D86BFF;
}
.TagClassName
{
border-color: #D86BFF;
}
</style>