Shades of Electric Purple #C522EF
Tints of Electric Purple #C522EF
RGB
CMYK
RGB Variations
Color information
#C522EF (or 0xC522EF) is known color: Electric Purple. HEX triplet: C5, 22 and EF. RGB value is (197,34,239). Sum of RGB (Red+Green+Blue) = 197+34+239=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 34 (13.67% from 255 or 7.23% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #C522EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C522EF is #3ADD10. Grayscale: #696969. Windows color (decimal): -3857681 or 15672005. OLE color: 15672005.
HSL color Cylindrical-coordinate representation of color #C522EF: hue angle of 287.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C522EF is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 34 | 239 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.06 |
| HSL | 287.71º | 0.86% | 0.54% | - |
| HSV(B) | 287.71º | 0.86% | 0.94% | - |
| XYZ | 39.18 | 19.25 | 83.31 | - |
| YUV | 106.11 | 203 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 239 | 0.18 | 0.86 | 0 | 0.06 | 287.71 | 0.86 | 0.54 |
| Hex | C5 | 22 | EF | 12 | 56 | 0 | 6 | 120 | 56 | 36 |
| Octal | 305 | 42 | 357 | 22 | 126 | 0 | 6 | 440 | 126 | 66 |
| Binary | 11000101 | 100010 | 11101111 | 10010 | 1010110 | 0 | 110 | 100100000 | 1010110 | 110110 |
Color Harmonies of #C522EF
Complementary color
Monochromatic Colors of #C522EF
Black with #C522EF
Text Example
Text Example
White with #C522EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C522EF; }
p { color: rgb(197,34,239); }
H1.HeaderClassName
{
color: #C522EF;
}
.AnyTagClassName
{
color: #C522EF;
}
</style>
background-color css
<style>
a { background-color: #C522EF; }
a { background-color: rgb(197,34,239); }
div.DivClassName
{
background-color: #C522EF;
}
.BgClassName
{
background-color: #C522EF;
}
</style>
border-color css
<style>
span { border-color: #C522EF; }
span { border-color: rgb(197,34,239); }
td.TdClassName
{
border-color: #C522EF;
}
.TagClassName
{
border-color: #C522EF;
}
</style>