Shades of Electric Purple #C511FE
Tints of Electric Purple #C511FE
RGB
CMYK
RGB Variations
Color information
#C511FE (or 0xC511FE) is known color: Electric Purple. HEX triplet: C5, 11 and FE. RGB value is (197,17,254). Sum of RGB (Red+Green+Blue) = 197+17+254=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #C511FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C511FE is #3AEE01. Grayscale: #616161. Windows color (decimal): -3862018 or 16650693. OLE color: 16650693.
HSL color Cylindrical-coordinate representation of color #C511FE: hue angle of 285.57º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C511FE is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 17 | 254 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.00 |
| HSL | 285.57º | 0.99% | 0.53% | - |
| HSV(B) | 285.57º | 0.93% | 1% | - |
| XYZ | 41.12 | 19.43 | 95.35 | - |
| YUV | 97.84 | 216.13 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 254 | 0.22 | 0.93 | 0 | 0.00 | 285.57 | 0.99 | 0.53 |
| Hex | C5 | 11 | FE | 16 | 5D | 0 | 0 | 11E | 63 | 35 |
| Octal | 305 | 21 | 376 | 26 | 135 | 0 | 0 | 436 | 143 | 65 |
| Binary | 11000101 | 10001 | 11111110 | 10110 | 1011101 | 0 | 0 | 100011110 | 1100011 | 110101 |
Color Harmonies of #C511FE
Complementary color
Monochromatic Colors of #C511FE
Black with #C511FE
Text Example
Text Example
White with #C511FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C511FE; }
p { color: rgb(197,17,254); }
H1.HeaderClassName
{
color: #C511FE;
}
.AnyTagClassName
{
color: #C511FE;
}
</style>
background-color css
<style>
a { background-color: #C511FE; }
a { background-color: rgb(197,17,254); }
div.DivClassName
{
background-color: #C511FE;
}
.BgClassName
{
background-color: #C511FE;
}
</style>
border-color css
<style>
span { border-color: #C511FE; }
span { border-color: rgb(197,17,254); }
td.TdClassName
{
border-color: #C511FE;
}
.TagClassName
{
border-color: #C511FE;
}
</style>