Shades of Electric Purple #C525FA
Tints of Electric Purple #C525FA
RGB
CMYK
RGB Variations
Color information
#C525FA (or 0xC525FA) is known color: Electric Purple. HEX triplet: C5, 25 and FA. RGB value is (197,37,250). Sum of RGB (Red+Green+Blue) = 197+37+250=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 37 (14.84% from 255 or 7.64% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #C525FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C525FA is #3ADA05. Grayscale: #6C6C6C. Windows color (decimal): -3856902 or 16393669. OLE color: 16393669.
HSL color Cylindrical-coordinate representation of color #C525FA: hue angle of 285.07º degrees, saturation: 0.96, 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 #C525FA is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 37 | 250 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.02 |
| HSL | 285.07º | 0.96% | 0.56% | - |
| HSV(B) | 285.07º | 0.85% | 0.98% | - |
| XYZ | 40.94 | 20.1 | 92.16 | - |
| YUV | 109.12 | 207.51 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 250 | 0.21 | 0.85 | 0 | 0.02 | 285.07 | 0.96 | 0.56 |
| Hex | C5 | 25 | FA | 15 | 55 | 0 | 2 | 11D | 60 | 38 |
| Octal | 305 | 45 | 372 | 25 | 125 | 0 | 2 | 435 | 140 | 70 |
| Binary | 11000101 | 100101 | 11111010 | 10101 | 1010101 | 0 | 10 | 100011101 | 1100000 | 111000 |
Color Harmonies of #C525FA
Complementary color
Monochromatic Colors of #C525FA
Black with #C525FA
Text Example
Text Example
White with #C525FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525FA; }
p { color: rgb(197,37,250); }
H1.HeaderClassName
{
color: #C525FA;
}
.AnyTagClassName
{
color: #C525FA;
}
</style>
background-color css
<style>
a { background-color: #C525FA; }
a { background-color: rgb(197,37,250); }
div.DivClassName
{
background-color: #C525FA;
}
.BgClassName
{
background-color: #C525FA;
}
</style>
border-color css
<style>
span { border-color: #C525FA; }
span { border-color: rgb(197,37,250); }
td.TdClassName
{
border-color: #C525FA;
}
.TagClassName
{
border-color: #C525FA;
}
</style>