Shades of Heliotrope #D06BEA
Tints of Heliotrope #D06BEA
RGB
CMYK
RGB Variations
Color information
#D06BEA (or 0xD06BEA) is known color: Heliotrope. HEX triplet: D0, 6B and EA. RGB value is (208,107,234). Sum of RGB (Red+Green+Blue) = 208+107+234=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #D06BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06BEA is #2F9415. Grayscale: #979797. Windows color (decimal): -3118102 or 15363024. OLE color: 15363024.
HSL color Cylindrical-coordinate representation of color #D06BEA: hue angle of 287.72º 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 #D06BEA is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 107 | 234 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.08 |
| HSL | 287.72º | 0.75% | 0.67% | - |
| HSV(B) | 287.72º | 0.54% | 0.92% | - |
| XYZ | 46.12 | 29.87 | 81.18 | - |
| YUV | 151.68 | 174.46 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 234 | 0.11 | 0.54 | 0 | 0.08 | 287.72 | 0.75 | 0.67 |
| Hex | D0 | 6B | EA | B | 36 | 0 | 8 | 120 | 4B | 43 |
| Octal | 320 | 153 | 352 | 13 | 66 | 0 | 10 | 440 | 113 | 103 |
| Binary | 11010000 | 1101011 | 11101010 | 1011 | 110110 | 0 | 1000 | 100100000 | 1001011 | 1000011 |
Color Harmonies of #D06BEA
Complementary color
Monochromatic Colors of #D06BEA
Black with #D06BEA
Text Example
Text Example
White with #D06BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BEA; }
p { color: rgb(208,107,234); }
H1.HeaderClassName
{
color: #D06BEA;
}
.AnyTagClassName
{
color: #D06BEA;
}
</style>
background-color css
<style>
a { background-color: #D06BEA; }
a { background-color: rgb(208,107,234); }
div.DivClassName
{
background-color: #D06BEA;
}
.BgClassName
{
background-color: #D06BEA;
}
</style>
border-color css
<style>
span { border-color: #D06BEA; }
span { border-color: rgb(208,107,234); }
td.TdClassName
{
border-color: #D06BEA;
}
.TagClassName
{
border-color: #D06BEA;
}
</style>