Shades of Electric Purple #C525E6
Tints of Electric Purple #C525E6
RGB
CMYK
RGB Variations
Color information
#C525E6 (or 0xC525E6) is known color: Electric Purple. HEX triplet: C5, 25 and E6. RGB value is (197,37,230). Sum of RGB (Red+Green+Blue) = 197+37+230=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #C525E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C525E6 is #3ADA19. Grayscale: #6A6A6A. Windows color (decimal): -3856922 or 15082949. OLE color: 15082949.
HSL color Cylindrical-coordinate representation of color #C525E6: hue angle of 289.74º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C525E6 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 37 | 230 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.10 |
| HSL | 289.74º | 0.79% | 0.52% | - |
| HSV(B) | 289.74º | 0.84% | 0.9% | - |
| XYZ | 37.97 | 18.91 | 76.51 | - |
| YUV | 106.84 | 197.51 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 230 | 0.14 | 0.84 | 0 | 0.10 | 289.74 | 0.79 | 0.52 |
| Hex | C5 | 25 | E6 | E | 54 | 0 | A | 122 | 4F | 34 |
| Octal | 305 | 45 | 346 | 16 | 124 | 0 | 12 | 442 | 117 | 64 |
| Binary | 11000101 | 100101 | 11100110 | 1110 | 1010100 | 0 | 1010 | 100100010 | 1001111 | 110100 |
Color Harmonies of #C525E6
Complementary color
Monochromatic Colors of #C525E6
Black with #C525E6
Text Example
Text Example
White with #C525E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525E6; }
p { color: rgb(197,37,230); }
H1.HeaderClassName
{
color: #C525E6;
}
.AnyTagClassName
{
color: #C525E6;
}
</style>
background-color css
<style>
a { background-color: #C525E6; }
a { background-color: rgb(197,37,230); }
div.DivClassName
{
background-color: #C525E6;
}
.BgClassName
{
background-color: #C525E6;
}
</style>
border-color css
<style>
span { border-color: #C525E6; }
span { border-color: rgb(197,37,230); }
td.TdClassName
{
border-color: #C525E6;
}
.TagClassName
{
border-color: #C525E6;
}
</style>