Shades of Electric Purple #C529FE
Tints of Electric Purple #C529FE
RGB
CMYK
RGB Variations
Color information
#C529FE (or 0xC529FE) is known color: Electric Purple. HEX triplet: C5, 29 and FE. RGB value is (197,41,254). Sum of RGB (Red+Green+Blue) = 197+41+254=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #C529FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C529FE is #3AD601. Grayscale: #6F6F6F. Windows color (decimal): -3855874 or 16656837. OLE color: 16656837.
HSL color Cylindrical-coordinate representation of color #C529FE: hue angle of 283.94º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C529FE is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 41 | 254 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.00 |
| HSL | 283.94º | 0.99% | 0.58% | - |
| HSV(B) | 283.94º | 0.84% | 1% | - |
| XYZ | 41.71 | 20.61 | 95.55 | - |
| YUV | 111.93 | 208.18 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 254 | 0.22 | 0.84 | 0 | 0.00 | 283.94 | 0.99 | 0.58 |
| Hex | C5 | 29 | FE | 16 | 54 | 0 | 0 | 11C | 63 | 3A |
| Octal | 305 | 51 | 376 | 26 | 124 | 0 | 0 | 434 | 143 | 72 |
| Binary | 11000101 | 101001 | 11111110 | 10110 | 1010100 | 0 | 0 | 100011100 | 1100011 | 111010 |
Color Harmonies of #C529FE
Complementary color
Monochromatic Colors of #C529FE
Black with #C529FE
Text Example
Text Example
White with #C529FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C529FE; }
p { color: rgb(197,41,254); }
H1.HeaderClassName
{
color: #C529FE;
}
.AnyTagClassName
{
color: #C529FE;
}
</style>
background-color css
<style>
a { background-color: #C529FE; }
a { background-color: rgb(197,41,254); }
div.DivClassName
{
background-color: #C529FE;
}
.BgClassName
{
background-color: #C529FE;
}
</style>
border-color css
<style>
span { border-color: #C529FE; }
span { border-color: rgb(197,41,254); }
td.TdClassName
{
border-color: #C529FE;
}
.TagClassName
{
border-color: #C529FE;
}
</style>