Shades of Electric Purple #C523EC
Tints of Electric Purple #C523EC
RGB
CMYK
RGB Variations
Color information
#C523EC (or 0xC523EC) is known color: Electric Purple. HEX triplet: C5, 23 and EC. RGB value is (197,35,236). Sum of RGB (Red+Green+Blue) = 197+35+236=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #C523EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C523EC is #3ADC13. Grayscale: #696969. Windows color (decimal): -3857428 or 15475653. OLE color: 15475653.
HSL color Cylindrical-coordinate representation of color #C523EC: hue angle of 288.36º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C523EC is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 35 | 236 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.07 |
| HSL | 288.36º | 0.84% | 0.53% | - |
| HSV(B) | 288.36º | 0.85% | 0.93% | - |
| XYZ | 38.77 | 19.13 | 81.01 | - |
| YUV | 106.35 | 201.17 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 236 | 0.17 | 0.85 | 0 | 0.07 | 288.36 | 0.84 | 0.53 |
| Hex | C5 | 23 | EC | 11 | 55 | 0 | 7 | 120 | 54 | 35 |
| Octal | 305 | 43 | 354 | 21 | 125 | 0 | 7 | 440 | 124 | 65 |
| Binary | 11000101 | 100011 | 11101100 | 10001 | 1010101 | 0 | 111 | 100100000 | 1010100 | 110101 |
Color Harmonies of #C523EC
Complementary color
Monochromatic Colors of #C523EC
Black with #C523EC
Text Example
Text Example
White with #C523EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523EC; }
p { color: rgb(197,35,236); }
H1.HeaderClassName
{
color: #C523EC;
}
.AnyTagClassName
{
color: #C523EC;
}
</style>
background-color css
<style>
a { background-color: #C523EC; }
a { background-color: rgb(197,35,236); }
div.DivClassName
{
background-color: #C523EC;
}
.BgClassName
{
background-color: #C523EC;
}
</style>
border-color css
<style>
span { border-color: #C523EC; }
span { border-color: rgb(197,35,236); }
td.TdClassName
{
border-color: #C523EC;
}
.TagClassName
{
border-color: #C523EC;
}
</style>