Shades of Heliotrope #D079EC
Tints of Heliotrope #D079EC
RGB
CMYK
RGB Variations
Color information
#D079EC (or 0xD079EC) is known color: Heliotrope. HEX triplet: D0, 79 and EC. RGB value is (208,121,236). Sum of RGB (Red+Green+Blue) = 208+121+236=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #D079EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D079EC is #2F8613. Grayscale: #9F9F9F. Windows color (decimal): -3114516 or 15497680. OLE color: 15497680.
HSL color Cylindrical-coordinate representation of color #D079EC: hue angle of 285.39º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D079EC is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 121 | 236 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.07 |
| HSL | 285.39º | 0.75% | 0.7% | - |
| HSV(B) | 285.39º | 0.49% | 0.93% | - |
| XYZ | 47.99 | 33.14 | 83.22 | - |
| YUV | 160.12 | 170.82 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 236 | 0.12 | 0.49 | 0 | 0.07 | 285.39 | 0.75 | 0.7 |
| Hex | D0 | 79 | EC | C | 31 | 0 | 7 | 11D | 4B | 46 |
| Octal | 320 | 171 | 354 | 14 | 61 | 0 | 7 | 435 | 113 | 106 |
| Binary | 11010000 | 1111001 | 11101100 | 1100 | 110001 | 0 | 111 | 100011101 | 1001011 | 1000110 |
Color Harmonies of #D079EC
Complementary color
Monochromatic Colors of #D079EC
Black with #D079EC
Text Example
Text Example
White with #D079EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D079EC; }
p { color: rgb(208,121,236); }
H1.HeaderClassName
{
color: #D079EC;
}
.AnyTagClassName
{
color: #D079EC;
}
</style>
background-color css
<style>
a { background-color: #D079EC; }
a { background-color: rgb(208,121,236); }
div.DivClassName
{
background-color: #D079EC;
}
.BgClassName
{
background-color: #D079EC;
}
</style>
border-color css
<style>
span { border-color: #D079EC; }
span { border-color: rgb(208,121,236); }
td.TdClassName
{
border-color: #D079EC;
}
.TagClassName
{
border-color: #D079EC;
}
</style>