Shades of Electric Purple #C534FD
Tints of Electric Purple #C534FD
RGB
CMYK
RGB Variations
Color information
#C534FD (or 0xC534FD) is known color: Electric Purple. HEX triplet: C5, 34 and FD. RGB value is (197,52,253). Sum of RGB (Red+Green+Blue) = 197+52+253=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #C534FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534FD is #3ACB02. Grayscale: #757575. Windows color (decimal): -3853059 or 16594117. OLE color: 16594117.
HSL color Cylindrical-coordinate representation of color #C534FD: hue angle of 283.28º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C534FD is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 52 | 253 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.01 |
| HSL | 283.28º | 0.98% | 0.6% | - |
| HSV(B) | 283.28º | 0.79% | 0.99% | - |
| XYZ | 41.98 | 21.42 | 94.85 | - |
| YUV | 118.27 | 204.04 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 253 | 0.22 | 0.79 | 0 | 0.01 | 283.28 | 0.98 | 0.6 |
| Hex | C5 | 34 | FD | 16 | 4F | 0 | 1 | 11B | 62 | 3C |
| Octal | 305 | 64 | 375 | 26 | 117 | 0 | 1 | 433 | 142 | 74 |
| Binary | 11000101 | 110100 | 11111101 | 10110 | 1001111 | 0 | 1 | 100011011 | 1100010 | 111100 |
Color Harmonies of #C534FD
Complementary color
Monochromatic Colors of #C534FD
Black with #C534FD
Text Example
Text Example
White with #C534FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534FD; }
p { color: rgb(197,52,253); }
H1.HeaderClassName
{
color: #C534FD;
}
.AnyTagClassName
{
color: #C534FD;
}
</style>
background-color css
<style>
a { background-color: #C534FD; }
a { background-color: rgb(197,52,253); }
div.DivClassName
{
background-color: #C534FD;
}
.BgClassName
{
background-color: #C534FD;
}
</style>
border-color css
<style>
span { border-color: #C534FD; }
span { border-color: rgb(197,52,253); }
td.TdClassName
{
border-color: #C534FD;
}
.TagClassName
{
border-color: #C534FD;
}
</style>