Shades of Electric Purple #C502F7
Tints of Electric Purple #C502F7
RGB
CMYK
RGB Variations
Color information
#C502F7 (or 0xC502F7) is known color: Electric Purple. HEX triplet: C5, 02 and F7. RGB value is (197,2,247). Sum of RGB (Red+Green+Blue) = 197+2+247=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 247 (96.88% from 255 or 55.38% from 446); Max value from RGB is 247 - color contains mainly: blue. Hex color #C502F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C502F7 is #3AFD08. Grayscale: #575757. Windows color (decimal): -3865865 or 16188101. OLE color: 16188101.
HSL color Cylindrical-coordinate representation of color #C502F7: hue angle of 287.76º 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 #C502F7 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 2 | 247 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.03 |
| HSL | 287.76º | 0.98% | 0.49% | - |
| HSV(B) | 287.76º | 0.99% | 0.97% | - |
| XYZ | 39.84 | 18.63 | 89.49 | - |
| YUV | 88.24 | 217.6 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 247 | 0.20 | 0.99 | 0 | 0.03 | 287.76 | 0.98 | 0.49 |
| Hex | C5 | 2 | F7 | 14 | 63 | 0 | 3 | 120 | 62 | 31 |
| Octal | 305 | 2 | 367 | 24 | 143 | 0 | 3 | 440 | 142 | 61 |
| Binary | 11000101 | 10 | 11110111 | 10100 | 1100011 | 0 | 11 | 100100000 | 1100010 | 110001 |
Color Harmonies of #C502F7
Complementary color
Monochromatic Colors of #C502F7
Black with #C502F7
Text Example
Text Example
White with #C502F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C502F7; }
p { color: rgb(197,2,247); }
H1.HeaderClassName
{
color: #C502F7;
}
.AnyTagClassName
{
color: #C502F7;
}
</style>
background-color css
<style>
a { background-color: #C502F7; }
a { background-color: rgb(197,2,247); }
div.DivClassName
{
background-color: #C502F7;
}
.BgClassName
{
background-color: #C502F7;
}
</style>
border-color css
<style>
span { border-color: #C502F7; }
span { border-color: rgb(197,2,247); }
td.TdClassName
{
border-color: #C502F7;
}
.TagClassName
{
border-color: #C502F7;
}
</style>