Shades of Heliotrope #D06CEB
Tints of Heliotrope #D06CEB
RGB
CMYK
RGB Variations
Color information
#D06CEB (or 0xD06CEB) is known color: Heliotrope. HEX triplet: D0, 6C and EB. RGB value is (208,108,235). Sum of RGB (Red+Green+Blue) = 208+108+235=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #D06CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06CEB is #2F9314. Grayscale: #979797. Windows color (decimal): -3117845 or 15428816. OLE color: 15428816.
HSL color Cylindrical-coordinate representation of color #D06CEB: hue angle of 287.24º degrees, saturation: 0.76, 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 #D06CEB is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 108 | 235 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.08 |
| HSL | 287.24º | 0.76% | 0.67% | - |
| HSV(B) | 287.24º | 0.54% | 0.92% | - |
| XYZ | 46.37 | 30.13 | 81.97 | - |
| YUV | 152.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 235 | 0.11 | 0.54 | 0 | 0.08 | 287.24 | 0.76 | 0.67 |
| Hex | D0 | 6C | EB | B | 36 | 0 | 8 | 11F | 4C | 43 |
| Octal | 320 | 154 | 353 | 13 | 66 | 0 | 10 | 437 | 114 | 103 |
| Binary | 11010000 | 1101100 | 11101011 | 1011 | 110110 | 0 | 1000 | 100011111 | 1001100 | 1000011 |
Color Harmonies of #D06CEB
Complementary color
Monochromatic Colors of #D06CEB
Black with #D06CEB
Text Example
Text Example
White with #D06CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CEB; }
p { color: rgb(208,108,235); }
H1.HeaderClassName
{
color: #D06CEB;
}
.AnyTagClassName
{
color: #D06CEB;
}
</style>
background-color css
<style>
a { background-color: #D06CEB; }
a { background-color: rgb(208,108,235); }
div.DivClassName
{
background-color: #D06CEB;
}
.BgClassName
{
background-color: #D06CEB;
}
</style>
border-color css
<style>
span { border-color: #D06CEB; }
span { border-color: rgb(208,108,235); }
td.TdClassName
{
border-color: #D06CEB;
}
.TagClassName
{
border-color: #D06CEB;
}
</style>