Shades of Electric Purple #C526FF
Tints of Electric Purple #C526FF
RGB
CMYK
RGB Variations
Color information
#C526FF (or 0xC526FF) is known color: Electric Purple. HEX triplet: C5, 26 and FF. RGB value is (197,38,255). Sum of RGB (Red+Green+Blue) = 197+38+255=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 38 (15.23% from 255 or 7.76% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #C526FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C526FF is #3AD900. Grayscale: #6D6D6D. Windows color (decimal): -3856641 or 16721605. OLE color: 16721605.
HSL color Cylindrical-coordinate representation of color #C526FF: hue angle of 283.96º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C526FF is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 38 | 255 | - |
| CMYK | 0.23 | 0.85 | 0 | 0 |
| HSL | 283.96º | 1% | 0.57% | - |
| HSV(B) | 283.96º | 0.85% | 1% | - |
| XYZ | 41.77 | 20.48 | 96.36 | - |
| YUV | 110.28 | 209.68 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 255 | 0.23 | 0.85 | 0 | 0 | 283.96 | 1 | 0.57 |
| Hex | C5 | 26 | FF | 17 | 55 | 0 | 0 | 11C | 64 | 39 |
| Octal | 305 | 46 | 377 | 27 | 125 | 0 | 0 | 434 | 144 | 71 |
| Binary | 11000101 | 100110 | 11111111 | 10111 | 1010101 | 0 | 0 | 100011100 | 1100100 | 111001 |
Color Harmonies of #C526FF
Complementary color
Monochromatic Colors of #C526FF
Black with #C526FF
Text Example
Text Example
White with #C526FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526FF; }
p { color: rgb(197,38,255); }
H1.HeaderClassName
{
color: #C526FF;
}
.AnyTagClassName
{
color: #C526FF;
}
</style>
background-color css
<style>
a { background-color: #C526FF; }
a { background-color: rgb(197,38,255); }
div.DivClassName
{
background-color: #C526FF;
}
.BgClassName
{
background-color: #C526FF;
}
</style>
border-color css
<style>
span { border-color: #C526FF; }
span { border-color: rgb(197,38,255); }
td.TdClassName
{
border-color: #C526FF;
}
.TagClassName
{
border-color: #C526FF;
}
</style>