Shades of Electric Purple #C502EC
Tints of Electric Purple #C502EC
RGB
CMYK
RGB Variations
Color information
#C502EC (or 0xC502EC) is known color: Electric Purple. HEX triplet: C5, 02 and EC. RGB value is (197,2,236). Sum of RGB (Red+Green+Blue) = 197+2+236=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #C502EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C502EC is #3AFD13. Grayscale: #565656. Windows color (decimal): -3865876 or 15467205. OLE color: 15467205.
HSL color Cylindrical-coordinate representation of color #C502EC: hue angle of 290º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C502EC is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 2 | 236 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.07 |
| HSL | 290º | 0.98% | 0.47% | - |
| HSV(B) | 290º | 0.99% | 0.93% | - |
| XYZ | 38.19 | 17.97 | 80.81 | - |
| YUV | 86.98 | 212.1 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 236 | 0.17 | 0.99 | 0 | 0.07 | 290 | 0.98 | 0.47 |
| Hex | C5 | 2 | EC | 11 | 63 | 0 | 7 | 122 | 62 | 2F |
| Octal | 305 | 2 | 354 | 21 | 143 | 0 | 7 | 442 | 142 | 57 |
| Binary | 11000101 | 10 | 11101100 | 10001 | 1100011 | 0 | 111 | 100100010 | 1100010 | 101111 |
Color Harmonies of #C502EC
Complementary color
Monochromatic Colors of #C502EC
Black with #C502EC
Text Example
Text Example
White with #C502EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C502EC; }
p { color: rgb(197,2,236); }
H1.HeaderClassName
{
color: #C502EC;
}
.AnyTagClassName
{
color: #C502EC;
}
</style>
background-color css
<style>
a { background-color: #C502EC; }
a { background-color: rgb(197,2,236); }
div.DivClassName
{
background-color: #C502EC;
}
.BgClassName
{
background-color: #C502EC;
}
</style>
border-color css
<style>
span { border-color: #C502EC; }
span { border-color: rgb(197,2,236); }
td.TdClassName
{
border-color: #C502EC;
}
.TagClassName
{
border-color: #C502EC;
}
</style>