Shades of Heliotrope #DC74EC
Tints of Heliotrope #DC74EC
RGB
CMYK
RGB Variations
Color information
#DC74EC (or 0xDC74EC) is known color: Heliotrope. HEX triplet: DC, 74 and EC. RGB value is (220,116,236). Sum of RGB (Red+Green+Blue) = 220+116+236=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 116 (45.70% from 255 or 20.28% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC74EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC74EC is #238B13. Grayscale: #A0A0A0. Windows color (decimal): -2329364 or 15496412. OLE color: 15496412.
HSL color Cylindrical-coordinate representation of color #DC74EC: hue angle of 292º 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 #DC74EC is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 116 | 236 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.07 |
| HSL | 292º | 0.76% | 0.69% | - |
| HSV(B) | 292º | 0.51% | 0.93% | - |
| XYZ | 50.9 | 33.76 | 83.19 | - |
| YUV | 160.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 236 | 0.07 | 0.51 | 0 | 0.07 | 292 | 0.76 | 0.69 |
| Hex | DC | 74 | EC | 7 | 33 | 0 | 7 | 124 | 4C | 45 |
| Octal | 334 | 164 | 354 | 7 | 63 | 0 | 7 | 444 | 114 | 105 |
| Binary | 11011100 | 1110100 | 11101100 | 111 | 110011 | 0 | 111 | 100100100 | 1001100 | 1000101 |
Color Harmonies of #DC74EC
Complementary color
Monochromatic Colors of #DC74EC
Black with #DC74EC
Text Example
Text Example
White with #DC74EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74EC; }
p { color: rgb(220,116,236); }
H1.HeaderClassName
{
color: #DC74EC;
}
.AnyTagClassName
{
color: #DC74EC;
}
</style>
background-color css
<style>
a { background-color: #DC74EC; }
a { background-color: rgb(220,116,236); }
div.DivClassName
{
background-color: #DC74EC;
}
.BgClassName
{
background-color: #DC74EC;
}
</style>
border-color css
<style>
span { border-color: #DC74EC; }
span { border-color: rgb(220,116,236); }
td.TdClassName
{
border-color: #DC74EC;
}
.TagClassName
{
border-color: #DC74EC;
}
</style>