Shades of Electric Purple #C520ED
Tints of Electric Purple #C520ED
RGB
CMYK
RGB Variations
Color information
#C520ED (or 0xC520ED) is known color: Electric Purple. HEX triplet: C5, 20 and ED. RGB value is (197,32,237). Sum of RGB (Red+Green+Blue) = 197+32+237=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #C520ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C520ED is #3ADF12. Grayscale: #686868. Windows color (decimal): -3858195 or 15540421. OLE color: 15540421.
HSL color Cylindrical-coordinate representation of color #C520ED: hue angle of 288.29º degrees, saturation: 0.85, 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 #C520ED is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 32 | 237 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.07 |
| HSL | 288.29º | 0.85% | 0.53% | - |
| HSV(B) | 288.29º | 0.86% | 0.93% | - |
| XYZ | 38.83 | 19.02 | 81.75 | - |
| YUV | 104.71 | 202.66 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 237 | 0.17 | 0.86 | 0 | 0.07 | 288.29 | 0.85 | 0.53 |
| Hex | C5 | 20 | ED | 11 | 56 | 0 | 7 | 120 | 55 | 35 |
| Octal | 305 | 40 | 355 | 21 | 126 | 0 | 7 | 440 | 125 | 65 |
| Binary | 11000101 | 100000 | 11101101 | 10001 | 1010110 | 0 | 111 | 100100000 | 1010101 | 110101 |
Color Harmonies of #C520ED
Complementary color
Monochromatic Colors of #C520ED
Black with #C520ED
Text Example
Text Example
White with #C520ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520ED; }
p { color: rgb(197,32,237); }
H1.HeaderClassName
{
color: #C520ED;
}
.AnyTagClassName
{
color: #C520ED;
}
</style>
background-color css
<style>
a { background-color: #C520ED; }
a { background-color: rgb(197,32,237); }
div.DivClassName
{
background-color: #C520ED;
}
.BgClassName
{
background-color: #C520ED;
}
</style>
border-color css
<style>
span { border-color: #C520ED; }
span { border-color: rgb(197,32,237); }
td.TdClassName
{
border-color: #C520ED;
}
.TagClassName
{
border-color: #C520ED;
}
</style>