Shades of Heliotrope #D07DEC
Tints of Heliotrope #D07DEC
RGB
CMYK
RGB Variations
Color information
#D07DEC (or 0xD07DEC) is known color: Heliotrope. HEX triplet: D0, 7D and EC. RGB value is (208,125,236). Sum of RGB (Red+Green+Blue) = 208+125+236=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #D07DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07DEC is #2F8213. Grayscale: #A2A2A2. Windows color (decimal): -3113492 or 15498704. OLE color: 15498704.
HSL color Cylindrical-coordinate representation of color #D07DEC: hue angle of 284.86º degrees, saturation: 0.74, 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 #D07DEC is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 125 | 236 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.07 |
| HSL | 284.86º | 0.74% | 0.71% | - |
| HSV(B) | 284.86º | 0.47% | 0.93% | - |
| XYZ | 48.49 | 34.13 | 83.39 | - |
| YUV | 162.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 236 | 0.12 | 0.47 | 0 | 0.07 | 284.86 | 0.74 | 0.71 |
| Hex | D0 | 7D | EC | C | 2F | 0 | 7 | 11D | 4A | 47 |
| Octal | 320 | 175 | 354 | 14 | 57 | 0 | 7 | 435 | 112 | 107 |
| Binary | 11010000 | 1111101 | 11101100 | 1100 | 101111 | 0 | 111 | 100011101 | 1001010 | 1000111 |
Color Harmonies of #D07DEC
Complementary color
Monochromatic Colors of #D07DEC
Black with #D07DEC
Text Example
Text Example
White with #D07DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DEC; }
p { color: rgb(208,125,236); }
H1.HeaderClassName
{
color: #D07DEC;
}
.AnyTagClassName
{
color: #D07DEC;
}
</style>
background-color css
<style>
a { background-color: #D07DEC; }
a { background-color: rgb(208,125,236); }
div.DivClassName
{
background-color: #D07DEC;
}
.BgClassName
{
background-color: #D07DEC;
}
</style>
border-color css
<style>
span { border-color: #D07DEC; }
span { border-color: rgb(208,125,236); }
td.TdClassName
{
border-color: #D07DEC;
}
.TagClassName
{
border-color: #D07DEC;
}
</style>