Shades of Electric Purple #C525FD
Tints of Electric Purple #C525FD
RGB
CMYK
RGB Variations
Color information
#C525FD (or 0xC525FD) is known color: Electric Purple. HEX triplet: C5, 25 and FD. RGB value is (197,37,253). Sum of RGB (Red+Green+Blue) = 197+37+253=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #C525FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C525FD is #3ADA02. Grayscale: #6C6C6C. Windows color (decimal): -3856899 or 16590277. OLE color: 16590277.
HSL color Cylindrical-coordinate representation of color #C525FD: hue angle of 284.44º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C525FD is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 37 | 253 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.01 |
| HSL | 284.44º | 0.98% | 0.57% | - |
| HSV(B) | 284.44º | 0.85% | 0.99% | - |
| XYZ | 41.42 | 20.29 | 94.66 | - |
| YUV | 109.46 | 209.01 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 253 | 0.22 | 0.85 | 0 | 0.01 | 284.44 | 0.98 | 0.57 |
| Hex | C5 | 25 | FD | 16 | 55 | 0 | 1 | 11C | 62 | 39 |
| Octal | 305 | 45 | 375 | 26 | 125 | 0 | 1 | 434 | 142 | 71 |
| Binary | 11000101 | 100101 | 11111101 | 10110 | 1010101 | 0 | 1 | 100011100 | 1100010 | 111001 |
Color Harmonies of #C525FD
Complementary color
Monochromatic Colors of #C525FD
Black with #C525FD
Text Example
Text Example
White with #C525FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525FD; }
p { color: rgb(197,37,253); }
H1.HeaderClassName
{
color: #C525FD;
}
.AnyTagClassName
{
color: #C525FD;
}
</style>
background-color css
<style>
a { background-color: #C525FD; }
a { background-color: rgb(197,37,253); }
div.DivClassName
{
background-color: #C525FD;
}
.BgClassName
{
background-color: #C525FD;
}
</style>
border-color css
<style>
span { border-color: #C525FD; }
span { border-color: rgb(197,37,253); }
td.TdClassName
{
border-color: #C525FD;
}
.TagClassName
{
border-color: #C525FD;
}
</style>