Shades of Heliotrope #D06CEC
Tints of Heliotrope #D06CEC
RGB
CMYK
RGB Variations
Color information
#D06CEC (or 0xD06CEC) is known color: Heliotrope. HEX triplet: D0, 6C and EC. RGB value is (208,108,236). Sum of RGB (Red+Green+Blue) = 208+108+236=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #D06CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06CEC is #2F9313. Grayscale: #989898. Windows color (decimal): -3117844 or 15494352. OLE color: 15494352.
HSL color Cylindrical-coordinate representation of color #D06CEC: hue angle of 286.88º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06CEC is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 108 | 236 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.07 |
| HSL | 286.88º | 0.77% | 0.67% | - |
| HSV(B) | 286.88º | 0.54% | 0.93% | - |
| XYZ | 46.52 | 30.19 | 82.73 | - |
| YUV | 152.49 | 175.13 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 236 | 0.12 | 0.54 | 0 | 0.07 | 286.88 | 0.77 | 0.67 |
| Hex | D0 | 6C | EC | C | 36 | 0 | 7 | 11F | 4D | 43 |
| Octal | 320 | 154 | 354 | 14 | 66 | 0 | 7 | 437 | 115 | 103 |
| Binary | 11010000 | 1101100 | 11101100 | 1100 | 110110 | 0 | 111 | 100011111 | 1001101 | 1000011 |
Color Harmonies of #D06CEC
Complementary color
Monochromatic Colors of #D06CEC
Black with #D06CEC
Text Example
Text Example
White with #D06CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CEC; }
p { color: rgb(208,108,236); }
H1.HeaderClassName
{
color: #D06CEC;
}
.AnyTagClassName
{
color: #D06CEC;
}
</style>
background-color css
<style>
a { background-color: #D06CEC; }
a { background-color: rgb(208,108,236); }
div.DivClassName
{
background-color: #D06CEC;
}
.BgClassName
{
background-color: #D06CEC;
}
</style>
border-color css
<style>
span { border-color: #D06CEC; }
span { border-color: rgb(208,108,236); }
td.TdClassName
{
border-color: #D06CEC;
}
.TagClassName
{
border-color: #D06CEC;
}
</style>