Shades of Heliotrope #DC73EC
Tints of Heliotrope #DC73EC
RGB
CMYK
RGB Variations
Color information
#DC73EC (or 0xDC73EC) is known color: Heliotrope. HEX triplet: DC, 73 and EC. RGB value is (220,115,236). Sum of RGB (Red+Green+Blue) = 220+115+236=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 115 (45.31% from 255 or 20.14% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC73EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC73EC is #238C13. Grayscale: #9F9F9F. Windows color (decimal): -2329620 or 15496156. OLE color: 15496156.
HSL color Cylindrical-coordinate representation of color #DC73EC: hue angle of 292.07º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC73EC is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 115 | 236 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.07 |
| HSL | 292.07º | 0.76% | 0.69% | - |
| HSV(B) | 292.07º | 0.51% | 0.93% | - |
| XYZ | 50.79 | 33.53 | 83.15 | - |
| YUV | 160.19 | 170.79 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 236 | 0.07 | 0.51 | 0 | 0.07 | 292.07 | 0.76 | 0.69 |
| Hex | DC | 73 | EC | 7 | 33 | 0 | 7 | 124 | 4C | 45 |
| Octal | 334 | 163 | 354 | 7 | 63 | 0 | 7 | 444 | 114 | 105 |
| Binary | 11011100 | 1110011 | 11101100 | 111 | 110011 | 0 | 111 | 100100100 | 1001100 | 1000101 |
Color Harmonies of #DC73EC
Complementary color
Monochromatic Colors of #DC73EC
Black with #DC73EC
Text Example
Text Example
White with #DC73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73EC; }
p { color: rgb(220,115,236); }
H1.HeaderClassName
{
color: #DC73EC;
}
.AnyTagClassName
{
color: #DC73EC;
}
</style>
background-color css
<style>
a { background-color: #DC73EC; }
a { background-color: rgb(220,115,236); }
div.DivClassName
{
background-color: #DC73EC;
}
.BgClassName
{
background-color: #DC73EC;
}
</style>
border-color css
<style>
span { border-color: #DC73EC; }
span { border-color: rgb(220,115,236); }
td.TdClassName
{
border-color: #DC73EC;
}
.TagClassName
{
border-color: #DC73EC;
}
</style>