Shades of Electric Purple #C534FB
Tints of Electric Purple #C534FB
RGB
CMYK
RGB Variations
Color information
#C534FB (or 0xC534FB) is known color: Electric Purple. HEX triplet: C5, 34 and FB. RGB value is (197,52,251). Sum of RGB (Red+Green+Blue) = 197+52+251=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 52 (20.70% from 255 or 10.4% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #C534FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534FB is #3ACB04. Grayscale: #757575. Windows color (decimal): -3853061 or 16463045. OLE color: 16463045.
HSL color Cylindrical-coordinate representation of color #C534FB: hue angle of 283.72º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C534FB is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 52 | 251 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.02 |
| HSL | 283.72º | 0.96% | 0.59% | - |
| HSV(B) | 283.72º | 0.79% | 0.98% | - |
| XYZ | 41.67 | 21.29 | 93.18 | - |
| YUV | 118.04 | 203.04 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 251 | 0.22 | 0.79 | 0 | 0.02 | 283.72 | 0.96 | 0.59 |
| Hex | C5 | 34 | FB | 16 | 4F | 0 | 2 | 11C | 60 | 3B |
| Octal | 305 | 64 | 373 | 26 | 117 | 0 | 2 | 434 | 140 | 73 |
| Binary | 11000101 | 110100 | 11111011 | 10110 | 1001111 | 0 | 10 | 100011100 | 1100000 | 111011 |
Color Harmonies of #C534FB
Complementary color
Monochromatic Colors of #C534FB
Black with #C534FB
Text Example
Text Example
White with #C534FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534FB; }
p { color: rgb(197,52,251); }
H1.HeaderClassName
{
color: #C534FB;
}
.AnyTagClassName
{
color: #C534FB;
}
</style>
background-color css
<style>
a { background-color: #C534FB; }
a { background-color: rgb(197,52,251); }
div.DivClassName
{
background-color: #C534FB;
}
.BgClassName
{
background-color: #C534FB;
}
</style>
border-color css
<style>
span { border-color: #C534FB; }
span { border-color: rgb(197,52,251); }
td.TdClassName
{
border-color: #C534FB;
}
.TagClassName
{
border-color: #C534FB;
}
</style>