Shades of Heliotrope #D06CEA
Tints of Heliotrope #D06CEA
RGB
CMYK
RGB Variations
Color information
#D06CEA (or 0xD06CEA) is known color: Heliotrope. HEX triplet: D0, 6C and EA. RGB value is (208,108,234). Sum of RGB (Red+Green+Blue) = 208+108+234=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #D06CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06CEA is #2F9315. Grayscale: #979797. Windows color (decimal): -3117846 or 15363280. OLE color: 15363280.
HSL color Cylindrical-coordinate representation of color #D06CEA: hue angle of 287.62º degrees, saturation: 0.75, 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 #D06CEA is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 108 | 234 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.08 |
| HSL | 287.62º | 0.75% | 0.67% | - |
| HSV(B) | 287.62º | 0.54% | 0.92% | - |
| XYZ | 46.23 | 30.08 | 81.21 | - |
| YUV | 152.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 234 | 0.11 | 0.54 | 0 | 0.08 | 287.62 | 0.75 | 0.67 |
| Hex | D0 | 6C | EA | B | 36 | 0 | 8 | 120 | 4B | 43 |
| Octal | 320 | 154 | 352 | 13 | 66 | 0 | 10 | 440 | 113 | 103 |
| Binary | 11010000 | 1101100 | 11101010 | 1011 | 110110 | 0 | 1000 | 100100000 | 1001011 | 1000011 |
Color Harmonies of #D06CEA
Complementary color
Monochromatic Colors of #D06CEA
Black with #D06CEA
Text Example
Text Example
White with #D06CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CEA; }
p { color: rgb(208,108,234); }
H1.HeaderClassName
{
color: #D06CEA;
}
.AnyTagClassName
{
color: #D06CEA;
}
</style>
background-color css
<style>
a { background-color: #D06CEA; }
a { background-color: rgb(208,108,234); }
div.DivClassName
{
background-color: #D06CEA;
}
.BgClassName
{
background-color: #D06CEA;
}
</style>
border-color css
<style>
span { border-color: #D06CEA; }
span { border-color: rgb(208,108,234); }
td.TdClassName
{
border-color: #D06CEA;
}
.TagClassName
{
border-color: #D06CEA;
}
</style>