Shades of Electric Purple #C526FA
Tints of Electric Purple #C526FA
RGB
CMYK
RGB Variations
Color information
#C526FA (or 0xC526FA) is known color: Electric Purple. HEX triplet: C5, 26 and FA. RGB value is (197,38,250). Sum of RGB (Red+Green+Blue) = 197+38+250=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #C526FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C526FA is #3AD905. Grayscale: #6D6D6D. Windows color (decimal): -3856646 or 16393925. OLE color: 16393925.
HSL color Cylindrical-coordinate representation of color #C526FA: hue angle of 285º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C526FA is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 38 | 250 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.02 |
| HSL | 285º | 0.95% | 0.56% | - |
| HSV(B) | 285º | 0.85% | 0.98% | - |
| XYZ | 40.97 | 20.16 | 92.17 | - |
| YUV | 109.71 | 207.18 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 250 | 0.21 | 0.85 | 0 | 0.02 | 285 | 0.95 | 0.56 |
| Hex | C5 | 26 | FA | 15 | 55 | 0 | 2 | 11D | 5F | 38 |
| Octal | 305 | 46 | 372 | 25 | 125 | 0 | 2 | 435 | 137 | 70 |
| Binary | 11000101 | 100110 | 11111010 | 10101 | 1010101 | 0 | 10 | 100011101 | 1011111 | 111000 |
Color Harmonies of #C526FA
Complementary color
Monochromatic Colors of #C526FA
Black with #C526FA
Text Example
Text Example
White with #C526FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526FA; }
p { color: rgb(197,38,250); }
H1.HeaderClassName
{
color: #C526FA;
}
.AnyTagClassName
{
color: #C526FA;
}
</style>
background-color css
<style>
a { background-color: #C526FA; }
a { background-color: rgb(197,38,250); }
div.DivClassName
{
background-color: #C526FA;
}
.BgClassName
{
background-color: #C526FA;
}
</style>
border-color css
<style>
span { border-color: #C526FA; }
span { border-color: rgb(197,38,250); }
td.TdClassName
{
border-color: #C526FA;
}
.TagClassName
{
border-color: #C526FA;
}
</style>