Shades of Electric Purple #C322EC
Tints of Electric Purple #C322EC
RGB
CMYK
RGB Variations
Color information
#C322EC (or 0xC322EC) is known color: Electric Purple. HEX triplet: C3, 22 and EC. RGB value is (195,34,236). Sum of RGB (Red+Green+Blue) = 195+34+236=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 34 (13.67% from 255 or 7.31% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #C322EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C322EC is #3CDD13. Grayscale: #686868. Windows color (decimal): -3988756 or 15475395. OLE color: 15475395.
HSL color Cylindrical-coordinate representation of color #C322EC: hue angle of 287.82º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C322EC is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 34 | 236 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.07 |
| HSL | 287.82º | 0.84% | 0.53% | - |
| HSV(B) | 287.82º | 0.86% | 0.93% | - |
| XYZ | 38.22 | 18.8 | 80.97 | - |
| YUV | 105.17 | 201.84 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 236 | 0.17 | 0.86 | 0 | 0.07 | 287.82 | 0.84 | 0.53 |
| Hex | C3 | 22 | EC | 11 | 56 | 0 | 7 | 120 | 54 | 35 |
| Octal | 303 | 42 | 354 | 21 | 126 | 0 | 7 | 440 | 124 | 65 |
| Binary | 11000011 | 100010 | 11101100 | 10001 | 1010110 | 0 | 111 | 100100000 | 1010100 | 110101 |
Color Harmonies of #C322EC
Complementary color
Monochromatic Colors of #C322EC
Black with #C322EC
Text Example
Text Example
White with #C322EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C322EC; }
p { color: rgb(195,34,236); }
H1.HeaderClassName
{
color: #C322EC;
}
.AnyTagClassName
{
color: #C322EC;
}
</style>
background-color css
<style>
a { background-color: #C322EC; }
a { background-color: rgb(195,34,236); }
div.DivClassName
{
background-color: #C322EC;
}
.BgClassName
{
background-color: #C322EC;
}
</style>
border-color css
<style>
span { border-color: #C322EC; }
span { border-color: rgb(195,34,236); }
td.TdClassName
{
border-color: #C322EC;
}
.TagClassName
{
border-color: #C322EC;
}
</style>