Shades of Electric Purple #C503FA
Tints of Electric Purple #C503FA
RGB
CMYK
RGB Variations
Color information
#C503FA (or 0xC503FA) is known color: Electric Purple. HEX triplet: C5, 03 and FA. RGB value is (197,3,250). Sum of RGB (Red+Green+Blue) = 197+3+250=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 3 (1.56% from 255 or 0.67% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #C503FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C503FA is #3AFC05. Grayscale: #585858. Windows color (decimal): -3865606 or 16384965. OLE color: 16384965.
HSL color Cylindrical-coordinate representation of color #C503FA: hue angle of 287.13º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503FA is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 3 | 250 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.02 |
| HSL | 287.13º | 0.98% | 0.5% | - |
| HSV(B) | 287.13º | 0.99% | 0.98% | - |
| XYZ | 40.31 | 18.84 | 91.95 | - |
| YUV | 89.16 | 218.77 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 250 | 0.21 | 0.99 | 0 | 0.02 | 287.13 | 0.98 | 0.5 |
| Hex | C5 | 3 | FA | 15 | 63 | 0 | 2 | 11F | 62 | 32 |
| Octal | 305 | 3 | 372 | 25 | 143 | 0 | 2 | 437 | 142 | 62 |
| Binary | 11000101 | 11 | 11111010 | 10101 | 1100011 | 0 | 10 | 100011111 | 1100010 | 110010 |
Color Harmonies of #C503FA
Complementary color
Monochromatic Colors of #C503FA
Black with #C503FA
Text Example
Text Example
White with #C503FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503FA; }
p { color: rgb(197,3,250); }
H1.HeaderClassName
{
color: #C503FA;
}
.AnyTagClassName
{
color: #C503FA;
}
</style>
background-color css
<style>
a { background-color: #C503FA; }
a { background-color: rgb(197,3,250); }
div.DivClassName
{
background-color: #C503FA;
}
.BgClassName
{
background-color: #C503FA;
}
</style>
border-color css
<style>
span { border-color: #C503FA; }
span { border-color: rgb(197,3,250); }
td.TdClassName
{
border-color: #C503FA;
}
.TagClassName
{
border-color: #C503FA;
}
</style>