Shades of Electric Purple #C502ED
Tints of Electric Purple #C502ED
RGB
CMYK
RGB Variations
Color information
#C502ED (or 0xC502ED) is known color: Electric Purple. HEX triplet: C5, 02 and ED. RGB value is (197,2,237). Sum of RGB (Red+Green+Blue) = 197+2+237=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 2 (1.17% from 255 or 0.46% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #C502ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C502ED is #3AFD12. Grayscale: #565656. Windows color (decimal): -3865875 or 15532741. OLE color: 15532741.
HSL color Cylindrical-coordinate representation of color #C502ED: hue angle of 289.79º 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 #C502ED is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 2 | 237 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.07 |
| HSL | 289.79º | 0.98% | 0.47% | - |
| HSV(B) | 289.79º | 0.99% | 0.93% | - |
| XYZ | 38.33 | 18.03 | 81.58 | - |
| YUV | 87.1 | 212.6 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 237 | 0.17 | 0.99 | 0 | 0.07 | 289.79 | 0.98 | 0.47 |
| Hex | C5 | 2 | ED | 11 | 63 | 0 | 7 | 122 | 62 | 2F |
| Octal | 305 | 2 | 355 | 21 | 143 | 0 | 7 | 442 | 142 | 57 |
| Binary | 11000101 | 10 | 11101101 | 10001 | 1100011 | 0 | 111 | 100100010 | 1100010 | 101111 |
Color Harmonies of #C502ED
Complementary color
Monochromatic Colors of #C502ED
Black with #C502ED
Text Example
Text Example
White with #C502ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C502ED; }
p { color: rgb(197,2,237); }
H1.HeaderClassName
{
color: #C502ED;
}
.AnyTagClassName
{
color: #C502ED;
}
</style>
background-color css
<style>
a { background-color: #C502ED; }
a { background-color: rgb(197,2,237); }
div.DivClassName
{
background-color: #C502ED;
}
.BgClassName
{
background-color: #C502ED;
}
</style>
border-color css
<style>
span { border-color: #C502ED; }
span { border-color: rgb(197,2,237); }
td.TdClassName
{
border-color: #C502ED;
}
.TagClassName
{
border-color: #C502ED;
}
</style>