Shades of Heliotrope #D06AED
Tints of Heliotrope #D06AED
RGB
CMYK
RGB Variations
Color information
#D06AED (or 0xD06AED) is known color: Heliotrope. HEX triplet: D0, 6A and ED. RGB value is (208,106,237). Sum of RGB (Red+Green+Blue) = 208+106+237=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #D06AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06AED is #2F9512. Grayscale: #979797. Windows color (decimal): -3118355 or 15559376. OLE color: 15559376.
HSL color Cylindrical-coordinate representation of color #D06AED: hue angle of 286.72º 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 #D06AED is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 106 | 237 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.07 |
| HSL | 286.72º | 0.78% | 0.67% | - |
| HSV(B) | 286.72º | 0.55% | 0.93% | - |
| XYZ | 46.45 | 29.83 | 83.43 | - |
| YUV | 151.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 237 | 0.12 | 0.55 | 0 | 0.07 | 286.72 | 0.78 | 0.67 |
| Hex | D0 | 6A | ED | C | 37 | 0 | 7 | 11F | 4E | 43 |
| Octal | 320 | 152 | 355 | 14 | 67 | 0 | 7 | 437 | 116 | 103 |
| Binary | 11010000 | 1101010 | 11101101 | 1100 | 110111 | 0 | 111 | 100011111 | 1001110 | 1000011 |
Color Harmonies of #D06AED
Complementary color
Monochromatic Colors of #D06AED
Black with #D06AED
Text Example
Text Example
White with #D06AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06AED; }
p { color: rgb(208,106,237); }
H1.HeaderClassName
{
color: #D06AED;
}
.AnyTagClassName
{
color: #D06AED;
}
</style>
background-color css
<style>
a { background-color: #D06AED; }
a { background-color: rgb(208,106,237); }
div.DivClassName
{
background-color: #D06AED;
}
.BgClassName
{
background-color: #D06AED;
}
</style>
border-color css
<style>
span { border-color: #D06AED; }
span { border-color: rgb(208,106,237); }
td.TdClassName
{
border-color: #D06AED;
}
.TagClassName
{
border-color: #D06AED;
}
</style>