Shades of Electric Purple #C503EE
Tints of Electric Purple #C503EE
RGB
CMYK
RGB Variations
Color information
#C503EE (or 0xC503EE) is known color: Electric Purple. HEX triplet: C5, 03 and EE. RGB value is (197,3,238). Sum of RGB (Red+Green+Blue) = 197+3+238=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 3 (1.56% from 255 or 0.68% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #C503EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C503EE is #3AFC11. Grayscale: #575757. Windows color (decimal): -3865618 or 15598533. OLE color: 15598533.
HSL color Cylindrical-coordinate representation of color #C503EE: hue angle of 289.53º 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 #C503EE is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 3 | 238 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.07 |
| HSL | 289.53º | 0.98% | 0.47% | - |
| HSV(B) | 289.53º | 0.99% | 0.93% | - |
| XYZ | 38.49 | 18.11 | 82.36 | - |
| YUV | 87.8 | 212.77 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 238 | 0.17 | 0.99 | 0 | 0.07 | 289.53 | 0.98 | 0.47 |
| Hex | C5 | 3 | EE | 11 | 63 | 0 | 7 | 122 | 62 | 2F |
| Octal | 305 | 3 | 356 | 21 | 143 | 0 | 7 | 442 | 142 | 57 |
| Binary | 11000101 | 11 | 11101110 | 10001 | 1100011 | 0 | 111 | 100100010 | 1100010 | 101111 |
Color Harmonies of #C503EE
Complementary color
Monochromatic Colors of #C503EE
Black with #C503EE
Text Example
Text Example
White with #C503EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503EE; }
p { color: rgb(197,3,238); }
H1.HeaderClassName
{
color: #C503EE;
}
.AnyTagClassName
{
color: #C503EE;
}
</style>
background-color css
<style>
a { background-color: #C503EE; }
a { background-color: rgb(197,3,238); }
div.DivClassName
{
background-color: #C503EE;
}
.BgClassName
{
background-color: #C503EE;
}
</style>
border-color css
<style>
span { border-color: #C503EE; }
span { border-color: rgb(197,3,238); }
td.TdClassName
{
border-color: #C503EE;
}
.TagClassName
{
border-color: #C503EE;
}
</style>