Shades of Electric Purple #C532FD
Tints of Electric Purple #C532FD
RGB
CMYK
RGB Variations
Color information
#C532FD (or 0xC532FD) is known color: Electric Purple. HEX triplet: C5, 32 and FD. RGB value is (197,50,253). Sum of RGB (Red+Green+Blue) = 197+50+253=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 50 (19.92% from 255 or 10% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #C532FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C532FD is #3ACD02. Grayscale: #747474. Windows color (decimal): -3853571 or 16593605. OLE color: 16593605.
HSL color Cylindrical-coordinate representation of color #C532FD: hue angle of 283.45º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C532FD is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 50 | 253 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.01 |
| HSL | 283.45º | 0.98% | 0.59% | - |
| HSV(B) | 283.45º | 0.8% | 0.99% | - |
| XYZ | 41.9 | 21.24 | 94.82 | - |
| YUV | 117.1 | 204.7 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 253 | 0.22 | 0.80 | 0 | 0.01 | 283.45 | 0.98 | 0.59 |
| Hex | C5 | 32 | FD | 16 | 50 | 0 | 1 | 11B | 62 | 3B |
| Octal | 305 | 62 | 375 | 26 | 120 | 0 | 1 | 433 | 142 | 73 |
| Binary | 11000101 | 110010 | 11111101 | 10110 | 1010000 | 0 | 1 | 100011011 | 1100010 | 111011 |
Color Harmonies of #C532FD
Complementary color
Monochromatic Colors of #C532FD
Black with #C532FD
Text Example
Text Example
White with #C532FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532FD; }
p { color: rgb(197,50,253); }
H1.HeaderClassName
{
color: #C532FD;
}
.AnyTagClassName
{
color: #C532FD;
}
</style>
background-color css
<style>
a { background-color: #C532FD; }
a { background-color: rgb(197,50,253); }
div.DivClassName
{
background-color: #C532FD;
}
.BgClassName
{
background-color: #C532FD;
}
</style>
border-color css
<style>
span { border-color: #C532FD; }
span { border-color: rgb(197,50,253); }
td.TdClassName
{
border-color: #C532FD;
}
.TagClassName
{
border-color: #C532FD;
}
</style>