Shades of Electric Purple #C503FF
Tints of Electric Purple #C503FF
RGB
CMYK
RGB Variations
Color information
#C503FF (or 0xC503FF) is known color: Electric Purple. HEX triplet: C5, 03 and FF. RGB value is (197,3,255). Sum of RGB (Red+Green+Blue) = 197+3+255=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #C503FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C503FF is #3AFC00. Grayscale: #585858. Windows color (decimal): -3865601 or 16712645. OLE color: 16712645.
HSL color Cylindrical-coordinate representation of color #C503FF: hue angle of 286.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503FF is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 3 | 255 | - |
| CMYK | 0.23 | 0.99 | 0 | 0 |
| HSL | 286.19º | 1% | 0.51% | - |
| HSV(B) | 286.19º | 0.99% | 1% | - |
| XYZ | 41.11 | 19.16 | 96.14 | - |
| YUV | 89.73 | 221.27 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 255 | 0.23 | 0.99 | 0 | 0 | 286.19 | 1 | 0.51 |
| Hex | C5 | 3 | FF | 17 | 63 | 0 | 0 | 11E | 64 | 33 |
| Octal | 305 | 3 | 377 | 27 | 143 | 0 | 0 | 436 | 144 | 63 |
| Binary | 11000101 | 11 | 11111111 | 10111 | 1100011 | 0 | 0 | 100011110 | 1100100 | 110011 |
Color Harmonies of #C503FF
Complementary color
Monochromatic Colors of #C503FF
Black with #C503FF
Text Example
Text Example
White with #C503FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503FF; }
p { color: rgb(197,3,255); }
H1.HeaderClassName
{
color: #C503FF;
}
.AnyTagClassName
{
color: #C503FF;
}
</style>
background-color css
<style>
a { background-color: #C503FF; }
a { background-color: rgb(197,3,255); }
div.DivClassName
{
background-color: #C503FF;
}
.BgClassName
{
background-color: #C503FF;
}
</style>
border-color css
<style>
span { border-color: #C503FF; }
span { border-color: rgb(197,3,255); }
td.TdClassName
{
border-color: #C503FF;
}
.TagClassName
{
border-color: #C503FF;
}
</style>