Shades of Heliotrope #DC75EC
Tints of Heliotrope #DC75EC
RGB
CMYK
RGB Variations
Color information
#DC75EC (or 0xDC75EC) is known color: Heliotrope. HEX triplet: DC, 75 and EC. RGB value is (220,117,236). Sum of RGB (Red+Green+Blue) = 220+117+236=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC75EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC75EC is #238A13. Grayscale: #A0A0A0. Windows color (decimal): -2329108 or 15496668. OLE color: 15496668.
HSL color Cylindrical-coordinate representation of color #DC75EC: hue angle of 291.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC75EC is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 117 | 236 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.07 |
| HSL | 291.93º | 0.76% | 0.69% | - |
| HSV(B) | 291.93º | 0.5% | 0.93% | - |
| XYZ | 51.02 | 33.99 | 83.23 | - |
| YUV | 161.36 | 170.12 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 236 | 0.07 | 0.50 | 0 | 0.07 | 291.93 | 0.76 | 0.69 |
| Hex | DC | 75 | EC | 7 | 32 | 0 | 7 | 124 | 4C | 45 |
| Octal | 334 | 165 | 354 | 7 | 62 | 0 | 7 | 444 | 114 | 105 |
| Binary | 11011100 | 1110101 | 11101100 | 111 | 110010 | 0 | 111 | 100100100 | 1001100 | 1000101 |
Color Harmonies of #DC75EC
Complementary color
Monochromatic Colors of #DC75EC
Black with #DC75EC
Text Example
Text Example
White with #DC75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75EC; }
p { color: rgb(220,117,236); }
H1.HeaderClassName
{
color: #DC75EC;
}
.AnyTagClassName
{
color: #DC75EC;
}
</style>
background-color css
<style>
a { background-color: #DC75EC; }
a { background-color: rgb(220,117,236); }
div.DivClassName
{
background-color: #DC75EC;
}
.BgClassName
{
background-color: #DC75EC;
}
</style>
border-color css
<style>
span { border-color: #DC75EC; }
span { border-color: rgb(220,117,236); }
td.TdClassName
{
border-color: #DC75EC;
}
.TagClassName
{
border-color: #DC75EC;
}
</style>