Shades of Electric Purple #C522EE
Tints of Electric Purple #C522EE
RGB
CMYK
RGB Variations
Color information
#C522EE (or 0xC522EE) is known color: Electric Purple. HEX triplet: C5, 22 and EE. RGB value is (197,34,238). Sum of RGB (Red+Green+Blue) = 197+34+238=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 34 (13.67% from 255 or 7.25% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #C522EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C522EE is #3ADD11. Grayscale: #696969. Windows color (decimal): -3857682 or 15606469. OLE color: 15606469.
HSL color Cylindrical-coordinate representation of color #C522EE: hue angle of 287.94º degrees, saturation: 0.86, 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 #C522EE is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 34 | 238 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.07 |
| HSL | 287.94º | 0.86% | 0.53% | - |
| HSV(B) | 287.94º | 0.86% | 0.93% | - |
| XYZ | 39.03 | 19.19 | 82.54 | - |
| YUV | 105.99 | 202.5 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 238 | 0.17 | 0.86 | 0 | 0.07 | 287.94 | 0.86 | 0.53 |
| Hex | C5 | 22 | EE | 11 | 56 | 0 | 7 | 120 | 56 | 35 |
| Octal | 305 | 42 | 356 | 21 | 126 | 0 | 7 | 440 | 126 | 65 |
| Binary | 11000101 | 100010 | 11101110 | 10001 | 1010110 | 0 | 111 | 100100000 | 1010110 | 110101 |
Color Harmonies of #C522EE
Complementary color
Monochromatic Colors of #C522EE
Black with #C522EE
Text Example
Text Example
White with #C522EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C522EE; }
p { color: rgb(197,34,238); }
H1.HeaderClassName
{
color: #C522EE;
}
.AnyTagClassName
{
color: #C522EE;
}
</style>
background-color css
<style>
a { background-color: #C522EE; }
a { background-color: rgb(197,34,238); }
div.DivClassName
{
background-color: #C522EE;
}
.BgClassName
{
background-color: #C522EE;
}
</style>
border-color css
<style>
span { border-color: #C522EE; }
span { border-color: rgb(197,34,238); }
td.TdClassName
{
border-color: #C522EE;
}
.TagClassName
{
border-color: #C522EE;
}
</style>