Shades of Electric Purple #C325E5
Tints of Electric Purple #C325E5
RGB
CMYK
RGB Variations
Color information
#C325E5 (or 0xC325E5) is known color: Electric Purple. HEX triplet: C3, 25 and E5. RGB value is (195,37,229). Sum of RGB (Red+Green+Blue) = 195+37+229=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #C325E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325E5 is #3CDA1A. Grayscale: #696969. Windows color (decimal): -3987995 or 15017411. OLE color: 15017411.
HSL color Cylindrical-coordinate representation of color #C325E5: hue angle of 289.38º 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 #C325E5 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 37 | 229 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.10 |
| HSL | 289.38º | 0.79% | 0.52% | - |
| HSV(B) | 289.38º | 0.84% | 0.9% | - |
| XYZ | 37.31 | 18.58 | 75.75 | - |
| YUV | 106.13 | 197.35 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 229 | 0.15 | 0.84 | 0 | 0.10 | 289.38 | 0.79 | 0.52 |
| Hex | C3 | 25 | E5 | F | 54 | 0 | A | 121 | 4F | 34 |
| Octal | 303 | 45 | 345 | 17 | 124 | 0 | 12 | 441 | 117 | 64 |
| Binary | 11000011 | 100101 | 11100101 | 1111 | 1010100 | 0 | 1010 | 100100001 | 1001111 | 110100 |
Color Harmonies of #C325E5
Complementary color
Monochromatic Colors of #C325E5
Black with #C325E5
Text Example
Text Example
White with #C325E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325E5; }
p { color: rgb(195,37,229); }
H1.HeaderClassName
{
color: #C325E5;
}
.AnyTagClassName
{
color: #C325E5;
}
</style>
background-color css
<style>
a { background-color: #C325E5; }
a { background-color: rgb(195,37,229); }
div.DivClassName
{
background-color: #C325E5;
}
.BgClassName
{
background-color: #C325E5;
}
</style>
border-color css
<style>
span { border-color: #C325E5; }
span { border-color: rgb(195,37,229); }
td.TdClassName
{
border-color: #C325E5;
}
.TagClassName
{
border-color: #C325E5;
}
</style>