Shades of Heliotrope #D86BEB
Tints of Heliotrope #D86BEB
RGB
CMYK
RGB Variations
Color information
#D86BEB (or 0xD86BEB) is known color: Heliotrope. HEX triplet: D8, 6B and EB. RGB value is (216,107,235). Sum of RGB (Red+Green+Blue) = 216+107+235=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #D86BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86BEB is #279414. Grayscale: #999999. Windows color (decimal): -2593813 or 15428568. OLE color: 15428568.
HSL color Cylindrical-coordinate representation of color #D86BEB: hue angle of 291.09º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D86BEB is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 107 | 235 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.08 |
| HSL | 291.09º | 0.76% | 0.67% | - |
| HSV(B) | 291.09º | 0.54% | 0.92% | - |
| XYZ | 48.57 | 31.11 | 82.04 | - |
| YUV | 154.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 235 | 0.08 | 0.54 | 0 | 0.08 | 291.09 | 0.76 | 0.67 |
| Hex | D8 | 6B | EB | 8 | 36 | 0 | 8 | 123 | 4C | 43 |
| Octal | 330 | 153 | 353 | 10 | 66 | 0 | 10 | 443 | 114 | 103 |
| Binary | 11011000 | 1101011 | 11101011 | 1000 | 110110 | 0 | 1000 | 100100011 | 1001100 | 1000011 |
Color Harmonies of #D86BEB
Complementary color
Monochromatic Colors of #D86BEB
Black with #D86BEB
Text Example
Text Example
White with #D86BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86BEB; }
p { color: rgb(216,107,235); }
H1.HeaderClassName
{
color: #D86BEB;
}
.AnyTagClassName
{
color: #D86BEB;
}
</style>
background-color css
<style>
a { background-color: #D86BEB; }
a { background-color: rgb(216,107,235); }
div.DivClassName
{
background-color: #D86BEB;
}
.BgClassName
{
background-color: #D86BEB;
}
</style>
border-color css
<style>
span { border-color: #D86BEB; }
span { border-color: rgb(216,107,235); }
td.TdClassName
{
border-color: #D86BEB;
}
.TagClassName
{
border-color: #D86BEB;
}
</style>