Shades of Electric Purple #C325E7
Tints of Electric Purple #C325E7
RGB
CMYK
RGB Variations
Color information
#C325E7 (or 0xC325E7) is known color: Electric Purple. HEX triplet: C3, 25 and E7. RGB value is (195,37,231). Sum of RGB (Red+Green+Blue) = 195+37+231=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 37 (14.84% from 255 or 7.99% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #C325E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C325E7 is #3CDA18. Grayscale: #696969. Windows color (decimal): -3987993 or 15148483. OLE color: 15148483.
HSL color Cylindrical-coordinate representation of color #C325E7: hue angle of 288.87º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C325E7 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 37 | 231 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.09 |
| HSL | 288.87º | 0.8% | 0.53% | - |
| HSV(B) | 288.87º | 0.84% | 0.91% | - |
| XYZ | 37.59 | 18.69 | 77.23 | - |
| YUV | 106.36 | 198.35 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 231 | 0.16 | 0.84 | 0 | 0.09 | 288.87 | 0.8 | 0.53 |
| Hex | C3 | 25 | E7 | 10 | 54 | 0 | 9 | 121 | 50 | 35 |
| Octal | 303 | 45 | 347 | 20 | 124 | 0 | 11 | 441 | 120 | 65 |
| Binary | 11000011 | 100101 | 11100111 | 10000 | 1010100 | 0 | 1001 | 100100001 | 1010000 | 110101 |
Color Harmonies of #C325E7
Complementary color
Monochromatic Colors of #C325E7
Black with #C325E7
Text Example
Text Example
White with #C325E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325E7; }
p { color: rgb(195,37,231); }
H1.HeaderClassName
{
color: #C325E7;
}
.AnyTagClassName
{
color: #C325E7;
}
</style>
background-color css
<style>
a { background-color: #C325E7; }
a { background-color: rgb(195,37,231); }
div.DivClassName
{
background-color: #C325E7;
}
.BgClassName
{
background-color: #C325E7;
}
</style>
border-color css
<style>
span { border-color: #C325E7; }
span { border-color: rgb(195,37,231); }
td.TdClassName
{
border-color: #C325E7;
}
.TagClassName
{
border-color: #C325E7;
}
</style>