Shades of Electric Purple #C502FE
Tints of Electric Purple #C502FE
RGB
CMYK
RGB Variations
Color information
#C502FE (or 0xC502FE) is known color: Electric Purple. HEX triplet: C5, 02 and FE. RGB value is (197,2,254). Sum of RGB (Red+Green+Blue) = 197+2+254=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #C502FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C502FE is #3AFD01. Grayscale: #585858. Windows color (decimal): -3865858 or 16646853. OLE color: 16646853.
HSL color Cylindrical-coordinate representation of color #C502FE: hue angle of 286.43º 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 #C502FE is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 2 | 254 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.00 |
| HSL | 286.43º | 0.99% | 0.5% | - |
| HSV(B) | 286.43º | 0.99% | 1% | - |
| XYZ | 40.94 | 19.07 | 95.29 | - |
| YUV | 89.03 | 221.1 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 254 | 0.22 | 0.99 | 0 | 0.00 | 286.43 | 0.99 | 0.5 |
| Hex | C5 | 2 | FE | 16 | 63 | 0 | 0 | 11E | 63 | 32 |
| Octal | 305 | 2 | 376 | 26 | 143 | 0 | 0 | 436 | 143 | 62 |
| Binary | 11000101 | 10 | 11111110 | 10110 | 1100011 | 0 | 0 | 100011110 | 1100011 | 110010 |
Color Harmonies of #C502FE
Complementary color
Monochromatic Colors of #C502FE
Black with #C502FE
Text Example
Text Example
White with #C502FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C502FE; }
p { color: rgb(197,2,254); }
H1.HeaderClassName
{
color: #C502FE;
}
.AnyTagClassName
{
color: #C502FE;
}
</style>
background-color css
<style>
a { background-color: #C502FE; }
a { background-color: rgb(197,2,254); }
div.DivClassName
{
background-color: #C502FE;
}
.BgClassName
{
background-color: #C502FE;
}
</style>
border-color css
<style>
span { border-color: #C502FE; }
span { border-color: rgb(197,2,254); }
td.TdClassName
{
border-color: #C502FE;
}
.TagClassName
{
border-color: #C502FE;
}
</style>