Shades of Electric Purple #C508FE
Tints of Electric Purple #C508FE
RGB
CMYK
RGB Variations
Color information
#C508FE (or 0xC508FE) is known color: Electric Purple. HEX triplet: C5, 08 and FE. RGB value is (197,8,254). Sum of RGB (Red+Green+Blue) = 197+8+254=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 8 (3.52% from 255 or 1.74% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #C508FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C508FE is #3AF701. Grayscale: #5B5B5B. Windows color (decimal): -3864322 or 16648389. OLE color: 16648389.
HSL color Cylindrical-coordinate representation of color #C508FE: hue angle of 286.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C508FE is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 8 | 254 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.00 |
| HSL | 286.1º | 0.99% | 0.51% | - |
| HSV(B) | 286.1º | 0.97% | 1% | - |
| XYZ | 41 | 19.2 | 95.31 | - |
| YUV | 92.56 | 219.12 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 254 | 0.22 | 0.97 | 0 | 0.00 | 286.1 | 0.99 | 0.51 |
| Hex | C5 | 8 | FE | 16 | 61 | 0 | 0 | 11E | 63 | 33 |
| Octal | 305 | 10 | 376 | 26 | 141 | 0 | 0 | 436 | 143 | 63 |
| Binary | 11000101 | 1000 | 11111110 | 10110 | 1100001 | 0 | 0 | 100011110 | 1100011 | 110011 |
Color Harmonies of #C508FE
Complementary color
Monochromatic Colors of #C508FE
Black with #C508FE
Text Example
Text Example
White with #C508FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508FE; }
p { color: rgb(197,8,254); }
H1.HeaderClassName
{
color: #C508FE;
}
.AnyTagClassName
{
color: #C508FE;
}
</style>
background-color css
<style>
a { background-color: #C508FE; }
a { background-color: rgb(197,8,254); }
div.DivClassName
{
background-color: #C508FE;
}
.BgClassName
{
background-color: #C508FE;
}
</style>
border-color css
<style>
span { border-color: #C508FE; }
span { border-color: rgb(197,8,254); }
td.TdClassName
{
border-color: #C508FE;
}
.TagClassName
{
border-color: #C508FE;
}
</style>