Shades of Electric Purple #C503EB
Tints of Electric Purple #C503EB
RGB
CMYK
RGB Variations
Color information
#C503EB (or 0xC503EB) is known color: Electric Purple. HEX triplet: C5, 03 and EB. RGB value is (197,3,235). Sum of RGB (Red+Green+Blue) = 197+3+235=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #C503EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C503EB is #3AFC14. Grayscale: #565656. Windows color (decimal): -3865621 or 15401925. OLE color: 15401925.
HSL color Cylindrical-coordinate representation of color #C503EB: hue angle of 290.17º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503EB is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 3 | 235 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.08 |
| HSL | 290.17º | 0.97% | 0.47% | - |
| HSV(B) | 290.17º | 0.99% | 0.92% | - |
| XYZ | 38.05 | 17.93 | 80.05 | - |
| YUV | 87.45 | 211.27 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 235 | 0.16 | 0.99 | 0 | 0.08 | 290.17 | 0.97 | 0.47 |
| Hex | C5 | 3 | EB | 10 | 63 | 0 | 8 | 122 | 61 | 2F |
| Octal | 305 | 3 | 353 | 20 | 143 | 0 | 10 | 442 | 141 | 57 |
| Binary | 11000101 | 11 | 11101011 | 10000 | 1100011 | 0 | 1000 | 100100010 | 1100001 | 101111 |
Color Harmonies of #C503EB
Complementary color
Monochromatic Colors of #C503EB
Black with #C503EB
Text Example
Text Example
White with #C503EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503EB; }
p { color: rgb(197,3,235); }
H1.HeaderClassName
{
color: #C503EB;
}
.AnyTagClassName
{
color: #C503EB;
}
</style>
background-color css
<style>
a { background-color: #C503EB; }
a { background-color: rgb(197,3,235); }
div.DivClassName
{
background-color: #C503EB;
}
.BgClassName
{
background-color: #C503EB;
}
</style>
border-color css
<style>
span { border-color: #C503EB; }
span { border-color: rgb(197,3,235); }
td.TdClassName
{
border-color: #C503EB;
}
.TagClassName
{
border-color: #C503EB;
}
</style>