Shades of Electric Purple #C532FE
Tints of Electric Purple #C532FE
RGB
CMYK
RGB Variations
Color information
#C532FE (or 0xC532FE) is known color: Electric Purple. HEX triplet: C5, 32 and FE. RGB value is (197,50,254). Sum of RGB (Red+Green+Blue) = 197+50+254=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 50 (19.92% from 255 or 9.98% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #C532FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C532FE is #3ACD01. Grayscale: #747474. Windows color (decimal): -3853570 or 16659141. OLE color: 16659141.
HSL color Cylindrical-coordinate representation of color #C532FE: hue angle of 283.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C532FE is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 50 | 254 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.00 |
| HSL | 283.24º | 0.99% | 0.6% | - |
| HSV(B) | 283.24º | 0.8% | 1% | - |
| XYZ | 42.06 | 21.31 | 95.66 | - |
| YUV | 117.21 | 205.2 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 254 | 0.22 | 0.80 | 0 | 0.00 | 283.24 | 0.99 | 0.6 |
| Hex | C5 | 32 | FE | 16 | 50 | 0 | 0 | 11B | 63 | 3C |
| Octal | 305 | 62 | 376 | 26 | 120 | 0 | 0 | 433 | 143 | 74 |
| Binary | 11000101 | 110010 | 11111110 | 10110 | 1010000 | 0 | 0 | 100011011 | 1100011 | 111100 |
Color Harmonies of #C532FE
Complementary color
Monochromatic Colors of #C532FE
Black with #C532FE
Text Example
Text Example
White with #C532FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532FE; }
p { color: rgb(197,50,254); }
H1.HeaderClassName
{
color: #C532FE;
}
.AnyTagClassName
{
color: #C532FE;
}
</style>
background-color css
<style>
a { background-color: #C532FE; }
a { background-color: rgb(197,50,254); }
div.DivClassName
{
background-color: #C532FE;
}
.BgClassName
{
background-color: #C532FE;
}
</style>
border-color css
<style>
span { border-color: #C532FE; }
span { border-color: rgb(197,50,254); }
td.TdClassName
{
border-color: #C532FE;
}
.TagClassName
{
border-color: #C532FE;
}
</style>