Shades of Electric Purple #C503EA
Tints of Electric Purple #C503EA
RGB
CMYK
RGB Variations
Color information
#C503EA (or 0xC503EA) is known color: Electric Purple. HEX triplet: C5, 03 and EA. RGB value is (197,3,234). Sum of RGB (Red+Green+Blue) = 197+3+234=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #C503EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C503EA is #3AFC15. Grayscale: #565656. Windows color (decimal): -3865622 or 15336389. OLE color: 15336389.
HSL color Cylindrical-coordinate representation of color #C503EA: hue angle of 290.39º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503EA is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 3 | 234 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.08 |
| HSL | 290.39º | 0.97% | 0.46% | - |
| HSV(B) | 290.39º | 0.99% | 0.92% | - |
| XYZ | 37.91 | 17.88 | 79.29 | - |
| YUV | 87.34 | 210.77 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 234 | 0.16 | 0.99 | 0 | 0.08 | 290.39 | 0.97 | 0.46 |
| Hex | C5 | 3 | EA | 10 | 63 | 0 | 8 | 122 | 61 | 2E |
| Octal | 305 | 3 | 352 | 20 | 143 | 0 | 10 | 442 | 141 | 56 |
| Binary | 11000101 | 11 | 11101010 | 10000 | 1100011 | 0 | 1000 | 100100010 | 1100001 | 101110 |
Color Harmonies of #C503EA
Complementary color
Monochromatic Colors of #C503EA
Black with #C503EA
Text Example
Text Example
White with #C503EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503EA; }
p { color: rgb(197,3,234); }
H1.HeaderClassName
{
color: #C503EA;
}
.AnyTagClassName
{
color: #C503EA;
}
</style>
background-color css
<style>
a { background-color: #C503EA; }
a { background-color: rgb(197,3,234); }
div.DivClassName
{
background-color: #C503EA;
}
.BgClassName
{
background-color: #C503EA;
}
</style>
border-color css
<style>
span { border-color: #C503EA; }
span { border-color: rgb(197,3,234); }
td.TdClassName
{
border-color: #C503EA;
}
.TagClassName
{
border-color: #C503EA;
}
</style>