Shades of Electric Purple #C320EC
Tints of Electric Purple #C320EC
RGB
CMYK
RGB Variations
Color information
#C320EC (or 0xC320EC) is known color: Electric Purple. HEX triplet: C3, 20 and EC. RGB value is (195,32,236). Sum of RGB (Red+Green+Blue) = 195+32+236=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #C320EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C320EC is #3CDF13. Grayscale: #676767. Windows color (decimal): -3989268 or 15474883. OLE color: 15474883.
HSL color Cylindrical-coordinate representation of color #C320EC: hue angle of 287.94º 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 #C320EC is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 32 | 236 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.07 |
| HSL | 287.94º | 0.84% | 0.53% | - |
| HSV(B) | 287.94º | 0.86% | 0.93% | - |
| XYZ | 38.16 | 18.69 | 80.95 | - |
| YUV | 103.99 | 202.5 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 236 | 0.17 | 0.86 | 0 | 0.07 | 287.94 | 0.84 | 0.53 |
| Hex | C3 | 20 | EC | 11 | 56 | 0 | 7 | 120 | 54 | 35 |
| Octal | 303 | 40 | 354 | 21 | 126 | 0 | 7 | 440 | 124 | 65 |
| Binary | 11000011 | 100000 | 11101100 | 10001 | 1010110 | 0 | 111 | 100100000 | 1010100 | 110101 |
Color Harmonies of #C320EC
Complementary color
Monochromatic Colors of #C320EC
Black with #C320EC
Text Example
Text Example
White with #C320EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320EC; }
p { color: rgb(195,32,236); }
H1.HeaderClassName
{
color: #C320EC;
}
.AnyTagClassName
{
color: #C320EC;
}
</style>
background-color css
<style>
a { background-color: #C320EC; }
a { background-color: rgb(195,32,236); }
div.DivClassName
{
background-color: #C320EC;
}
.BgClassName
{
background-color: #C320EC;
}
</style>
border-color css
<style>
span { border-color: #C320EC; }
span { border-color: rgb(195,32,236); }
td.TdClassName
{
border-color: #C320EC;
}
.TagClassName
{
border-color: #C320EC;
}
</style>