Shades of Electric Purple #C520EC
Tints of Electric Purple #C520EC
RGB
CMYK
RGB Variations
Color information
#C520EC (or 0xC520EC) is known color: Electric Purple. HEX triplet: C5, 20 and EC. RGB value is (197,32,236). Sum of RGB (Red+Green+Blue) = 197+32+236=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #C520EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C520EC is #3ADF13. Grayscale: #676767. Windows color (decimal): -3858196 or 15474885. OLE color: 15474885.
HSL color Cylindrical-coordinate representation of color #C520EC: hue angle of 288.53º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C520EC is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 32 | 236 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.07 |
| HSL | 288.53º | 0.84% | 0.53% | - |
| HSV(B) | 288.53º | 0.86% | 0.93% | - |
| XYZ | 38.68 | 18.96 | 80.98 | - |
| YUV | 104.59 | 202.16 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 236 | 0.17 | 0.86 | 0 | 0.07 | 288.53 | 0.84 | 0.53 |
| Hex | C5 | 20 | EC | 11 | 56 | 0 | 7 | 121 | 54 | 35 |
| Octal | 305 | 40 | 354 | 21 | 126 | 0 | 7 | 441 | 124 | 65 |
| Binary | 11000101 | 100000 | 11101100 | 10001 | 1010110 | 0 | 111 | 100100001 | 1010100 | 110101 |
Color Harmonies of #C520EC
Complementary color
Monochromatic Colors of #C520EC
Black with #C520EC
Text Example
Text Example
White with #C520EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520EC; }
p { color: rgb(197,32,236); }
H1.HeaderClassName
{
color: #C520EC;
}
.AnyTagClassName
{
color: #C520EC;
}
</style>
background-color css
<style>
a { background-color: #C520EC; }
a { background-color: rgb(197,32,236); }
div.DivClassName
{
background-color: #C520EC;
}
.BgClassName
{
background-color: #C520EC;
}
</style>
border-color css
<style>
span { border-color: #C520EC; }
span { border-color: rgb(197,32,236); }
td.TdClassName
{
border-color: #C520EC;
}
.TagClassName
{
border-color: #C520EC;
}
</style>