Shades of Electric Purple #C523FB
Tints of Electric Purple #C523FB
RGB
CMYK
RGB Variations
Color information
#C523FB (or 0xC523FB) is known color: Electric Purple. HEX triplet: C5, 23 and FB. RGB value is (197,35,251). Sum of RGB (Red+Green+Blue) = 197+35+251=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 35 (14.06% from 255 or 7.25% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #C523FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C523FB is #3ADC04. Grayscale: #6B6B6B. Windows color (decimal): -3857413 or 16458693. OLE color: 16458693.
HSL color Cylindrical-coordinate representation of color #C523FB: hue angle of 285º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C523FB is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 35 | 251 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.02 |
| HSL | 285º | 0.96% | 0.56% | - |
| HSV(B) | 285º | 0.86% | 0.98% | - |
| XYZ | 41.04 | 20.04 | 92.97 | - |
| YUV | 108.06 | 208.67 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 251 | 0.22 | 0.86 | 0 | 0.02 | 285 | 0.96 | 0.56 |
| Hex | C5 | 23 | FB | 16 | 56 | 0 | 2 | 11D | 60 | 38 |
| Octal | 305 | 43 | 373 | 26 | 126 | 0 | 2 | 435 | 140 | 70 |
| Binary | 11000101 | 100011 | 11111011 | 10110 | 1010110 | 0 | 10 | 100011101 | 1100000 | 111000 |
Color Harmonies of #C523FB
Complementary color
Monochromatic Colors of #C523FB
Black with #C523FB
Text Example
Text Example
White with #C523FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523FB; }
p { color: rgb(197,35,251); }
H1.HeaderClassName
{
color: #C523FB;
}
.AnyTagClassName
{
color: #C523FB;
}
</style>
background-color css
<style>
a { background-color: #C523FB; }
a { background-color: rgb(197,35,251); }
div.DivClassName
{
background-color: #C523FB;
}
.BgClassName
{
background-color: #C523FB;
}
</style>
border-color css
<style>
span { border-color: #C523FB; }
span { border-color: rgb(197,35,251); }
td.TdClassName
{
border-color: #C523FB;
}
.TagClassName
{
border-color: #C523FB;
}
</style>