Shades of Electric Purple #C525EF
Tints of Electric Purple #C525EF
RGB
CMYK
RGB Variations
Color information
#C525EF (or 0xC525EF) is known color: Electric Purple. HEX triplet: C5, 25 and EF. RGB value is (197,37,239). Sum of RGB (Red+Green+Blue) = 197+37+239=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #C525EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C525EF is #3ADA10. Grayscale: #6B6B6B. Windows color (decimal): -3856913 or 15672773. OLE color: 15672773.
HSL color Cylindrical-coordinate representation of color #C525EF: hue angle of 287.52º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C525EF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 37 | 239 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.06 |
| HSL | 287.52º | 0.86% | 0.54% | - |
| HSV(B) | 287.52º | 0.85% | 0.94% | - |
| XYZ | 39.27 | 19.43 | 83.34 | - |
| YUV | 107.87 | 202.01 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 239 | 0.18 | 0.85 | 0 | 0.06 | 287.52 | 0.86 | 0.54 |
| Hex | C5 | 25 | EF | 12 | 55 | 0 | 6 | 120 | 56 | 36 |
| Octal | 305 | 45 | 357 | 22 | 125 | 0 | 6 | 440 | 126 | 66 |
| Binary | 11000101 | 100101 | 11101111 | 10010 | 1010101 | 0 | 110 | 100100000 | 1010110 | 110110 |
Color Harmonies of #C525EF
Complementary color
Monochromatic Colors of #C525EF
Black with #C525EF
Text Example
Text Example
White with #C525EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525EF; }
p { color: rgb(197,37,239); }
H1.HeaderClassName
{
color: #C525EF;
}
.AnyTagClassName
{
color: #C525EF;
}
</style>
background-color css
<style>
a { background-color: #C525EF; }
a { background-color: rgb(197,37,239); }
div.DivClassName
{
background-color: #C525EF;
}
.BgClassName
{
background-color: #C525EF;
}
</style>
border-color css
<style>
span { border-color: #C525EF; }
span { border-color: rgb(197,37,239); }
td.TdClassName
{
border-color: #C525EF;
}
.TagClassName
{
border-color: #C525EF;
}
</style>