Shades of Electric Purple #C520EF
Tints of Electric Purple #C520EF
RGB
CMYK
RGB Variations
Color information
#C520EF (or 0xC520EF) is known color: Electric Purple. HEX triplet: C5, 20 and EF. RGB value is (197,32,239). Sum of RGB (Red+Green+Blue) = 197+32+239=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #C520EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C520EF is #3ADF10. Grayscale: #686868. Windows color (decimal): -3858193 or 15671493. OLE color: 15671493.
HSL color Cylindrical-coordinate representation of color #C520EF: hue angle of 287.83º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C520EF is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 32 | 239 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.06 |
| HSL | 287.83º | 0.87% | 0.53% | - |
| HSV(B) | 287.83º | 0.87% | 0.94% | - |
| XYZ | 39.12 | 19.14 | 83.29 | - |
| YUV | 104.93 | 203.66 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 239 | 0.18 | 0.87 | 0 | 0.06 | 287.83 | 0.87 | 0.53 |
| Hex | C5 | 20 | EF | 12 | 57 | 0 | 6 | 120 | 57 | 35 |
| Octal | 305 | 40 | 357 | 22 | 127 | 0 | 6 | 440 | 127 | 65 |
| Binary | 11000101 | 100000 | 11101111 | 10010 | 1010111 | 0 | 110 | 100100000 | 1010111 | 110101 |
Color Harmonies of #C520EF
Complementary color
Monochromatic Colors of #C520EF
Black with #C520EF
Text Example
Text Example
White with #C520EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520EF; }
p { color: rgb(197,32,239); }
H1.HeaderClassName
{
color: #C520EF;
}
.AnyTagClassName
{
color: #C520EF;
}
</style>
background-color css
<style>
a { background-color: #C520EF; }
a { background-color: rgb(197,32,239); }
div.DivClassName
{
background-color: #C520EF;
}
.BgClassName
{
background-color: #C520EF;
}
</style>
border-color css
<style>
span { border-color: #C520EF; }
span { border-color: rgb(197,32,239); }
td.TdClassName
{
border-color: #C520EF;
}
.TagClassName
{
border-color: #C520EF;
}
</style>