Shades of Electric Purple #C503FE
Tints of Electric Purple #C503FE
RGB
CMYK
RGB Variations
Color information
#C503FE (or 0xC503FE) is known color: Electric Purple. HEX triplet: C5, 03 and FE. RGB value is (197,3,254). Sum of RGB (Red+Green+Blue) = 197+3+254=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #C503FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C503FE is #3AFC01. Grayscale: #585858. Windows color (decimal): -3865602 or 16647109. OLE color: 16647109.
HSL color Cylindrical-coordinate representation of color #C503FE: hue angle of 286.37º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503FE is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 3 | 254 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.00 |
| HSL | 286.37º | 0.99% | 0.5% | - |
| HSV(B) | 286.37º | 0.99% | 1% | - |
| XYZ | 40.95 | 19.09 | 95.29 | - |
| YUV | 89.62 | 220.77 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 254 | 0.22 | 0.99 | 0 | 0.00 | 286.37 | 0.99 | 0.5 |
| Hex | C5 | 3 | FE | 16 | 63 | 0 | 0 | 11E | 63 | 32 |
| Octal | 305 | 3 | 376 | 26 | 143 | 0 | 0 | 436 | 143 | 62 |
| Binary | 11000101 | 11 | 11111110 | 10110 | 1100011 | 0 | 0 | 100011110 | 1100011 | 110010 |
Color Harmonies of #C503FE
Complementary color
Monochromatic Colors of #C503FE
Black with #C503FE
Text Example
Text Example
White with #C503FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503FE; }
p { color: rgb(197,3,254); }
H1.HeaderClassName
{
color: #C503FE;
}
.AnyTagClassName
{
color: #C503FE;
}
</style>
background-color css
<style>
a { background-color: #C503FE; }
a { background-color: rgb(197,3,254); }
div.DivClassName
{
background-color: #C503FE;
}
.BgClassName
{
background-color: #C503FE;
}
</style>
border-color css
<style>
span { border-color: #C503FE; }
span { border-color: rgb(197,3,254); }
td.TdClassName
{
border-color: #C503FE;
}
.TagClassName
{
border-color: #C503FE;
}
</style>