Shades of Electric Purple #C526FB
Tints of Electric Purple #C526FB
RGB
CMYK
RGB Variations
Color information
#C526FB (or 0xC526FB) is known color: Electric Purple. HEX triplet: C5, 26 and FB. RGB value is (197,38,251). Sum of RGB (Red+Green+Blue) = 197+38+251=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 38 (15.23% from 255 or 7.82% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #C526FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C526FB is #3AD904. Grayscale: #6D6D6D. Windows color (decimal): -3856645 or 16459461. OLE color: 16459461.
HSL color Cylindrical-coordinate representation of color #C526FB: hue angle of 284.79º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C526FB is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 38 | 251 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.02 |
| HSL | 284.79º | 0.96% | 0.57% | - |
| HSV(B) | 284.79º | 0.85% | 0.98% | - |
| XYZ | 41.13 | 20.22 | 93 | - |
| YUV | 109.82 | 207.68 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 251 | 0.22 | 0.85 | 0 | 0.02 | 284.79 | 0.96 | 0.57 |
| Hex | C5 | 26 | FB | 16 | 55 | 0 | 2 | 11D | 60 | 39 |
| Octal | 305 | 46 | 373 | 26 | 125 | 0 | 2 | 435 | 140 | 71 |
| Binary | 11000101 | 100110 | 11111011 | 10110 | 1010101 | 0 | 10 | 100011101 | 1100000 | 111001 |
Color Harmonies of #C526FB
Complementary color
Monochromatic Colors of #C526FB
Black with #C526FB
Text Example
Text Example
White with #C526FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526FB; }
p { color: rgb(197,38,251); }
H1.HeaderClassName
{
color: #C526FB;
}
.AnyTagClassName
{
color: #C526FB;
}
</style>
background-color css
<style>
a { background-color: #C526FB; }
a { background-color: rgb(197,38,251); }
div.DivClassName
{
background-color: #C526FB;
}
.BgClassName
{
background-color: #C526FB;
}
</style>
border-color css
<style>
span { border-color: #C526FB; }
span { border-color: rgb(197,38,251); }
td.TdClassName
{
border-color: #C526FB;
}
.TagClassName
{
border-color: #C526FB;
}
</style>