Shades of Heliotrope #D07CEC
Tints of Heliotrope #D07CEC
RGB
CMYK
RGB Variations
Color information
#D07CEC (or 0xD07CEC) is known color: Heliotrope. HEX triplet: D0, 7C and EC. RGB value is (208,124,236). Sum of RGB (Red+Green+Blue) = 208+124+236=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #D07CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07CEC is #2F8313. Grayscale: #A1A1A1. Windows color (decimal): -3113748 or 15498448. OLE color: 15498448.
HSL color Cylindrical-coordinate representation of color #D07CEC: hue angle of 285º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D07CEC is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 124 | 236 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.07 |
| HSL | 285º | 0.75% | 0.71% | - |
| HSV(B) | 285º | 0.47% | 0.93% | - |
| XYZ | 48.36 | 33.88 | 83.35 | - |
| YUV | 161.88 | 169.83 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 236 | 0.12 | 0.47 | 0 | 0.07 | 285 | 0.75 | 0.71 |
| Hex | D0 | 7C | EC | C | 2F | 0 | 7 | 11D | 4B | 47 |
| Octal | 320 | 174 | 354 | 14 | 57 | 0 | 7 | 435 | 113 | 107 |
| Binary | 11010000 | 1111100 | 11101100 | 1100 | 101111 | 0 | 111 | 100011101 | 1001011 | 1000111 |
Color Harmonies of #D07CEC
Complementary color
Monochromatic Colors of #D07CEC
Black with #D07CEC
Text Example
Text Example
White with #D07CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CEC; }
p { color: rgb(208,124,236); }
H1.HeaderClassName
{
color: #D07CEC;
}
.AnyTagClassName
{
color: #D07CEC;
}
</style>
background-color css
<style>
a { background-color: #D07CEC; }
a { background-color: rgb(208,124,236); }
div.DivClassName
{
background-color: #D07CEC;
}
.BgClassName
{
background-color: #D07CEC;
}
</style>
border-color css
<style>
span { border-color: #D07CEC; }
span { border-color: rgb(208,124,236); }
td.TdClassName
{
border-color: #D07CEC;
}
.TagClassName
{
border-color: #D07CEC;
}
</style>