Shades of Heliotrope #D86AED
Tints of Heliotrope #D86AED
RGB
CMYK
RGB Variations
Color information
#D86AED (or 0xD86AED) is known color: Heliotrope. HEX triplet: D8, 6A and ED. RGB value is (216,106,237). Sum of RGB (Red+Green+Blue) = 216+106+237=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #D86AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86AED is #279512. Grayscale: #999999. Windows color (decimal): -2594067 or 15559384. OLE color: 15559384.
HSL color Cylindrical-coordinate representation of color #D86AED: hue angle of 290.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86AED is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 106 | 237 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.07 |
| HSL | 290.38º | 0.78% | 0.67% | - |
| HSV(B) | 290.38º | 0.55% | 0.93% | - |
| XYZ | 48.76 | 31.02 | 83.54 | - |
| YUV | 153.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 237 | 0.09 | 0.55 | 0 | 0.07 | 290.38 | 0.78 | 0.67 |
| Hex | D8 | 6A | ED | 9 | 37 | 0 | 7 | 122 | 4E | 43 |
| Octal | 330 | 152 | 355 | 11 | 67 | 0 | 7 | 442 | 116 | 103 |
| Binary | 11011000 | 1101010 | 11101101 | 1001 | 110111 | 0 | 111 | 100100010 | 1001110 | 1000011 |
Color Harmonies of #D86AED
Complementary color
Monochromatic Colors of #D86AED
Black with #D86AED
Text Example
Text Example
White with #D86AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86AED; }
p { color: rgb(216,106,237); }
H1.HeaderClassName
{
color: #D86AED;
}
.AnyTagClassName
{
color: #D86AED;
}
</style>
background-color css
<style>
a { background-color: #D86AED; }
a { background-color: rgb(216,106,237); }
div.DivClassName
{
background-color: #D86AED;
}
.BgClassName
{
background-color: #D86AED;
}
</style>
border-color css
<style>
span { border-color: #D86AED; }
span { border-color: rgb(216,106,237); }
td.TdClassName
{
border-color: #D86AED;
}
.TagClassName
{
border-color: #D86AED;
}
</style>