Shades of Electric Purple #C322EA
Tints of Electric Purple #C322EA
RGB
CMYK
RGB Variations
Color information
#C322EA (or 0xC322EA) is known color: Electric Purple. HEX triplet: C3, 22 and EA. RGB value is (195,34,234). Sum of RGB (Red+Green+Blue) = 195+34+234=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 34 (13.67% from 255 or 7.34% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #C322EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C322EA is #3CDD15. Grayscale: #686868. Windows color (decimal): -3988758 or 15344323. OLE color: 15344323.
HSL color Cylindrical-coordinate representation of color #C322EA: hue angle of 288.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C322EA is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 34 | 234 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.08 |
| HSL | 288.3º | 0.83% | 0.53% | - |
| HSV(B) | 288.3º | 0.85% | 0.92% | - |
| XYZ | 37.93 | 18.69 | 79.45 | - |
| YUV | 104.94 | 200.84 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 234 | 0.17 | 0.85 | 0 | 0.08 | 288.3 | 0.83 | 0.53 |
| Hex | C3 | 22 | EA | 11 | 55 | 0 | 8 | 120 | 53 | 35 |
| Octal | 303 | 42 | 352 | 21 | 125 | 0 | 10 | 440 | 123 | 65 |
| Binary | 11000011 | 100010 | 11101010 | 10001 | 1010101 | 0 | 1000 | 100100000 | 1010011 | 110101 |
Color Harmonies of #C322EA
Complementary color
Monochromatic Colors of #C322EA
Black with #C322EA
Text Example
Text Example
White with #C322EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C322EA; }
p { color: rgb(195,34,234); }
H1.HeaderClassName
{
color: #C322EA;
}
.AnyTagClassName
{
color: #C322EA;
}
</style>
background-color css
<style>
a { background-color: #C322EA; }
a { background-color: rgb(195,34,234); }
div.DivClassName
{
background-color: #C322EA;
}
.BgClassName
{
background-color: #C322EA;
}
</style>
border-color css
<style>
span { border-color: #C322EA; }
span { border-color: rgb(195,34,234); }
td.TdClassName
{
border-color: #C322EA;
}
.TagClassName
{
border-color: #C322EA;
}
</style>