Shades of Heliotrope #D86CEB
Tints of Heliotrope #D86CEB
RGB
CMYK
RGB Variations
Color information
#D86CEB (or 0xD86CEB) is known color: Heliotrope. HEX triplet: D8, 6C and EB. RGB value is (216,108,235). Sum of RGB (Red+Green+Blue) = 216+108+235=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #D86CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86CEB is #279314. Grayscale: #9A9A9A. Windows color (decimal): -2593557 or 15428824. OLE color: 15428824.
HSL color Cylindrical-coordinate representation of color #D86CEB: hue angle of 291.02º 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 #D86CEB is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 108 | 235 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.08 |
| HSL | 291.02º | 0.76% | 0.67% | - |
| HSV(B) | 291.02º | 0.54% | 0.92% | - |
| XYZ | 48.68 | 31.32 | 82.08 | - |
| YUV | 154.77 | 173.28 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 235 | 0.08 | 0.54 | 0 | 0.08 | 291.02 | 0.76 | 0.67 |
| Hex | D8 | 6C | EB | 8 | 36 | 0 | 8 | 123 | 4C | 43 |
| Octal | 330 | 154 | 353 | 10 | 66 | 0 | 10 | 443 | 114 | 103 |
| Binary | 11011000 | 1101100 | 11101011 | 1000 | 110110 | 0 | 1000 | 100100011 | 1001100 | 1000011 |
Color Harmonies of #D86CEB
Complementary color
Monochromatic Colors of #D86CEB
Black with #D86CEB
Text Example
Text Example
White with #D86CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CEB; }
p { color: rgb(216,108,235); }
H1.HeaderClassName
{
color: #D86CEB;
}
.AnyTagClassName
{
color: #D86CEB;
}
</style>
background-color css
<style>
a { background-color: #D86CEB; }
a { background-color: rgb(216,108,235); }
div.DivClassName
{
background-color: #D86CEB;
}
.BgClassName
{
background-color: #D86CEB;
}
</style>
border-color css
<style>
span { border-color: #D86CEB; }
span { border-color: rgb(216,108,235); }
td.TdClassName
{
border-color: #D86CEB;
}
.TagClassName
{
border-color: #D86CEB;
}
</style>