Shades of Electric Purple #C500FE
Tints of Electric Purple #C500FE
RGB
CMYK
RGB Variations
Color information
#C500FE (or 0xC500FE) is known color: Electric Purple. HEX triplet: C5, 00 and FE. RGB value is (197,0,254). Sum of RGB (Red+Green+Blue) = 197+0+254=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #C500FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C500FE is #3AFF01. Grayscale: #575757. Windows color (decimal): -3866370 or 16646341. OLE color: 16646341.
HSL color Cylindrical-coordinate representation of color #C500FE: hue angle of 286.54º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500FE is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 0 | 254 | - |
| CMYK | 0.22 | 1 | 0 | 0.00 |
| HSL | 286.54º | 1% | 0.5% | - |
| HSV(B) | 286.54º | 1% | 1% | - |
| XYZ | 40.92 | 19.03 | 95.28 | - |
| YUV | 87.86 | 221.77 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 254 | 0.22 | 1 | 0 | 0.00 | 286.54 | 1 | 0.5 |
| Hex | C5 | 0 | FE | 16 | 64 | 0 | 0 | 11F | 64 | 32 |
| Octal | 305 | 0 | 376 | 26 | 144 | 0 | 0 | 437 | 144 | 62 |
| Binary | 11000101 | 0 | 11111110 | 10110 | 1100100 | 0 | 0 | 100011111 | 1100100 | 110010 |
Color Harmonies of #C500FE
Complementary color
Monochromatic Colors of #C500FE
Black with #C500FE
Text Example
Text Example
White with #C500FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C500FE; }
p { color: rgb(197,0,254); }
H1.HeaderClassName
{
color: #C500FE;
}
.AnyTagClassName
{
color: #C500FE;
}
</style>
background-color css
<style>
a { background-color: #C500FE; }
a { background-color: rgb(197,0,254); }
div.DivClassName
{
background-color: #C500FE;
}
.BgClassName
{
background-color: #C500FE;
}
</style>
border-color css
<style>
span { border-color: #C500FE; }
span { border-color: rgb(197,0,254); }
td.TdClassName
{
border-color: #C500FE;
}
.TagClassName
{
border-color: #C500FE;
}
</style>