Shades of Heliotrope #D06BEC
Tints of Heliotrope #D06BEC
RGB
CMYK
RGB Variations
Color information
#D06BEC (or 0xD06BEC) is known color: Heliotrope. HEX triplet: D0, 6B and EC. RGB value is (208,107,236). Sum of RGB (Red+Green+Blue) = 208+107+236=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #D06BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06BEC is #2F9413. Grayscale: #979797. Windows color (decimal): -3118100 or 15494096. OLE color: 15494096.
HSL color Cylindrical-coordinate representation of color #D06BEC: hue angle of 286.98º degrees, saturation: 0.77, 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 #D06BEC is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 107 | 236 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.07 |
| HSL | 286.98º | 0.77% | 0.67% | - |
| HSV(B) | 286.98º | 0.55% | 0.93% | - |
| XYZ | 46.41 | 29.98 | 82.7 | - |
| YUV | 151.91 | 175.46 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 236 | 0.12 | 0.55 | 0 | 0.07 | 286.98 | 0.77 | 0.67 |
| Hex | D0 | 6B | EC | C | 37 | 0 | 7 | 11F | 4D | 43 |
| Octal | 320 | 153 | 354 | 14 | 67 | 0 | 7 | 437 | 115 | 103 |
| Binary | 11010000 | 1101011 | 11101100 | 1100 | 110111 | 0 | 111 | 100011111 | 1001101 | 1000011 |
Color Harmonies of #D06BEC
Complementary color
Monochromatic Colors of #D06BEC
Black with #D06BEC
Text Example
Text Example
White with #D06BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BEC; }
p { color: rgb(208,107,236); }
H1.HeaderClassName
{
color: #D06BEC;
}
.AnyTagClassName
{
color: #D06BEC;
}
</style>
background-color css
<style>
a { background-color: #D06BEC; }
a { background-color: rgb(208,107,236); }
div.DivClassName
{
background-color: #D06BEC;
}
.BgClassName
{
background-color: #D06BEC;
}
</style>
border-color css
<style>
span { border-color: #D06BEC; }
span { border-color: rgb(208,107,236); }
td.TdClassName
{
border-color: #D06BEC;
}
.TagClassName
{
border-color: #D06BEC;
}
</style>