Shades of Heliotrope #DC71EC
Tints of Heliotrope #DC71EC
RGB
CMYK
RGB Variations
Color information
#DC71EC (or 0xDC71EC) is known color: Heliotrope. HEX triplet: DC, 71 and EC. RGB value is (220,113,236). Sum of RGB (Red+Green+Blue) = 220+113+236=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 113 (44.53% from 255 or 19.86% 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 #DC71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC71EC is #238E13. Grayscale: #9E9E9E. Windows color (decimal): -2330132 or 15495644. OLE color: 15495644.
HSL color Cylindrical-coordinate representation of color #DC71EC: hue angle of 292.2º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC71EC is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 113 | 236 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.07 |
| HSL | 292.2º | 0.76% | 0.68% | - |
| HSV(B) | 292.2º | 0.52% | 0.93% | - |
| XYZ | 50.56 | 33.08 | 83.08 | - |
| YUV | 159.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 236 | 0.07 | 0.52 | 0 | 0.07 | 292.2 | 0.76 | 0.68 |
| Hex | DC | 71 | EC | 7 | 34 | 0 | 7 | 124 | 4C | 44 |
| Octal | 334 | 161 | 354 | 7 | 64 | 0 | 7 | 444 | 114 | 104 |
| Binary | 11011100 | 1110001 | 11101100 | 111 | 110100 | 0 | 111 | 100100100 | 1001100 | 1000100 |
Color Harmonies of #DC71EC
Complementary color
Monochromatic Colors of #DC71EC
Black with #DC71EC
Text Example
Text Example
White with #DC71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71EC; }
p { color: rgb(220,113,236); }
H1.HeaderClassName
{
color: #DC71EC;
}
.AnyTagClassName
{
color: #DC71EC;
}
</style>
background-color css
<style>
a { background-color: #DC71EC; }
a { background-color: rgb(220,113,236); }
div.DivClassName
{
background-color: #DC71EC;
}
.BgClassName
{
background-color: #DC71EC;
}
</style>
border-color css
<style>
span { border-color: #DC71EC; }
span { border-color: rgb(220,113,236); }
td.TdClassName
{
border-color: #DC71EC;
}
.TagClassName
{
border-color: #DC71EC;
}
</style>