Shades of Electric Purple #C520EE
Tints of Electric Purple #C520EE
RGB
CMYK
RGB Variations
Color information
#C520EE (or 0xC520EE) is known color: Electric Purple. HEX triplet: C5, 20 and EE. RGB value is (197,32,238). Sum of RGB (Red+Green+Blue) = 197+32+238=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #C520EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C520EE is #3ADF11. Grayscale: #686868. Windows color (decimal): -3858194 or 15605957. OLE color: 15605957.
HSL color Cylindrical-coordinate representation of color #C520EE: hue angle of 288.06º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C520EE is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 32 | 238 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.07 |
| HSL | 288.06º | 0.86% | 0.53% | - |
| HSV(B) | 288.06º | 0.87% | 0.93% | - |
| XYZ | 38.98 | 19.08 | 82.52 | - |
| YUV | 104.82 | 203.16 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 238 | 0.17 | 0.87 | 0 | 0.07 | 288.06 | 0.86 | 0.53 |
| Hex | C5 | 20 | EE | 11 | 57 | 0 | 7 | 120 | 56 | 35 |
| Octal | 305 | 40 | 356 | 21 | 127 | 0 | 7 | 440 | 126 | 65 |
| Binary | 11000101 | 100000 | 11101110 | 10001 | 1010111 | 0 | 111 | 100100000 | 1010110 | 110101 |
Color Harmonies of #C520EE
Complementary color
Monochromatic Colors of #C520EE
Black with #C520EE
Text Example
Text Example
White with #C520EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520EE; }
p { color: rgb(197,32,238); }
H1.HeaderClassName
{
color: #C520EE;
}
.AnyTagClassName
{
color: #C520EE;
}
</style>
background-color css
<style>
a { background-color: #C520EE; }
a { background-color: rgb(197,32,238); }
div.DivClassName
{
background-color: #C520EE;
}
.BgClassName
{
background-color: #C520EE;
}
</style>
border-color css
<style>
span { border-color: #C520EE; }
span { border-color: rgb(197,32,238); }
td.TdClassName
{
border-color: #C520EE;
}
.TagClassName
{
border-color: #C520EE;
}
</style>