Shades of Electric Purple #C503F7
Tints of Electric Purple #C503F7
RGB
CMYK
RGB Variations
Color information
#C503F7 (or 0xC503F7) is known color: Electric Purple. HEX triplet: C5, 03 and F7. RGB value is (197,3,247). Sum of RGB (Red+Green+Blue) = 197+3+247=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 3 (1.56% from 255 or 0.67% from 447); Blue value is 247 (96.88% from 255 or 55.26% from 447); Max value from RGB is 247 - color contains mainly: blue. Hex color #C503F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C503F7 is #3AFC08. Grayscale: #585858. Windows color (decimal): -3865609 or 16188357. OLE color: 16188357.
HSL color Cylindrical-coordinate representation of color #C503F7: hue angle of 287.7º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503F7 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 3 | 247 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.03 |
| HSL | 287.7º | 0.98% | 0.49% | - |
| HSV(B) | 287.7º | 0.99% | 0.97% | - |
| XYZ | 39.85 | 18.65 | 89.5 | - |
| YUV | 88.82 | 217.27 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 247 | 0.20 | 0.99 | 0 | 0.03 | 287.7 | 0.98 | 0.49 |
| Hex | C5 | 3 | F7 | 14 | 63 | 0 | 3 | 120 | 62 | 31 |
| Octal | 305 | 3 | 367 | 24 | 143 | 0 | 3 | 440 | 142 | 61 |
| Binary | 11000101 | 11 | 11110111 | 10100 | 1100011 | 0 | 11 | 100100000 | 1100010 | 110001 |
Color Harmonies of #C503F7
Complementary color
Monochromatic Colors of #C503F7
Black with #C503F7
Text Example
Text Example
White with #C503F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503F7; }
p { color: rgb(197,3,247); }
H1.HeaderClassName
{
color: #C503F7;
}
.AnyTagClassName
{
color: #C503F7;
}
</style>
background-color css
<style>
a { background-color: #C503F7; }
a { background-color: rgb(197,3,247); }
div.DivClassName
{
background-color: #C503F7;
}
.BgClassName
{
background-color: #C503F7;
}
</style>
border-color css
<style>
span { border-color: #C503F7; }
span { border-color: rgb(197,3,247); }
td.TdClassName
{
border-color: #C503F7;
}
.TagClassName
{
border-color: #C503F7;
}
</style>