Shades of Electric Purple #C501FE
Tints of Electric Purple #C501FE
RGB
CMYK
RGB Variations
Color information
#C501FE (or 0xC501FE) is known color: Electric Purple. HEX triplet: C5, 01 and FE. RGB value is (197,1,254). Sum of RGB (Red+Green+Blue) = 197+1+254=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 1 (0.78% from 255 or 0.22% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #C501FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C501FE is #3AFE01. Grayscale: #575757. Windows color (decimal): -3866114 or 16646597. OLE color: 16646597.
HSL color Cylindrical-coordinate representation of color #C501FE: hue angle of 286.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501FE is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 1 | 254 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.00 |
| HSL | 286.48º | 0.99% | 0.5% | - |
| HSV(B) | 286.48º | 1% | 1% | - |
| XYZ | 40.93 | 19.05 | 95.29 | - |
| YUV | 88.45 | 221.43 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 254 | 0.22 | 1.00 | 0 | 0.00 | 286.48 | 0.99 | 0.5 |
| Hex | C5 | 1 | FE | 16 | 64 | 0 | 0 | 11E | 63 | 32 |
| Octal | 305 | 1 | 376 | 26 | 144 | 0 | 0 | 436 | 143 | 62 |
| Binary | 11000101 | 1 | 11111110 | 10110 | 1100100 | 0 | 0 | 100011110 | 1100011 | 110010 |
Color Harmonies of #C501FE
Complementary color
Monochromatic Colors of #C501FE
Black with #C501FE
Text Example
Text Example
White with #C501FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501FE; }
p { color: rgb(197,1,254); }
H1.HeaderClassName
{
color: #C501FE;
}
.AnyTagClassName
{
color: #C501FE;
}
</style>
background-color css
<style>
a { background-color: #C501FE; }
a { background-color: rgb(197,1,254); }
div.DivClassName
{
background-color: #C501FE;
}
.BgClassName
{
background-color: #C501FE;
}
</style>
border-color css
<style>
span { border-color: #C501FE; }
span { border-color: rgb(197,1,254); }
td.TdClassName
{
border-color: #C501FE;
}
.TagClassName
{
border-color: #C501FE;
}
</style>