Shades of Electric Purple #C325ED
Tints of Electric Purple #C325ED
RGB
CMYK
RGB Variations
Color information
#C325ED (or 0xC325ED) is known color: Electric Purple. HEX triplet: C3, 25 and ED. RGB value is (195,37,237). Sum of RGB (Red+Green+Blue) = 195+37+237=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #C325ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C325ED is #3CDA12. Grayscale: #6A6A6A. Windows color (decimal): -3987987 or 15541699. OLE color: 15541699.
HSL color Cylindrical-coordinate representation of color #C325ED: hue angle of 287.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C325ED is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 37 | 237 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.07 |
| HSL | 287.4º | 0.85% | 0.54% | - |
| HSV(B) | 287.4º | 0.84% | 0.93% | - |
| XYZ | 38.45 | 19.04 | 81.77 | - |
| YUV | 107.04 | 201.35 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 237 | 0.18 | 0.84 | 0 | 0.07 | 287.4 | 0.85 | 0.54 |
| Hex | C3 | 25 | ED | 12 | 54 | 0 | 7 | 11F | 55 | 36 |
| Octal | 303 | 45 | 355 | 22 | 124 | 0 | 7 | 437 | 125 | 66 |
| Binary | 11000011 | 100101 | 11101101 | 10010 | 1010100 | 0 | 111 | 100011111 | 1010101 | 110110 |
Color Harmonies of #C325ED
Complementary color
Monochromatic Colors of #C325ED
Black with #C325ED
Text Example
Text Example
White with #C325ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325ED; }
p { color: rgb(195,37,237); }
H1.HeaderClassName
{
color: #C325ED;
}
.AnyTagClassName
{
color: #C325ED;
}
</style>
background-color css
<style>
a { background-color: #C325ED; }
a { background-color: rgb(195,37,237); }
div.DivClassName
{
background-color: #C325ED;
}
.BgClassName
{
background-color: #C325ED;
}
</style>
border-color css
<style>
span { border-color: #C325ED; }
span { border-color: rgb(195,37,237); }
td.TdClassName
{
border-color: #C325ED;
}
.TagClassName
{
border-color: #C325ED;
}
</style>