Shades of Electric Purple #C320EA
Tints of Electric Purple #C320EA
RGB
CMYK
RGB Variations
Color information
#C320EA (or 0xC320EA) is known color: Electric Purple. HEX triplet: C3, 20 and EA. RGB value is (195,32,234). Sum of RGB (Red+Green+Blue) = 195+32+234=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #C320EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C320EA is #3CDF15. Grayscale: #676767. Windows color (decimal): -3989270 or 15343811. OLE color: 15343811.
HSL color Cylindrical-coordinate representation of color #C320EA: hue angle of 288.42º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C320EA is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 32 | 234 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.08 |
| HSL | 288.42º | 0.83% | 0.52% | - |
| HSV(B) | 288.42º | 0.86% | 0.92% | - |
| XYZ | 37.87 | 18.58 | 79.43 | - |
| YUV | 103.77 | 201.5 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 234 | 0.17 | 0.86 | 0 | 0.08 | 288.42 | 0.83 | 0.52 |
| Hex | C3 | 20 | EA | 11 | 56 | 0 | 8 | 120 | 53 | 34 |
| Octal | 303 | 40 | 352 | 21 | 126 | 0 | 10 | 440 | 123 | 64 |
| Binary | 11000011 | 100000 | 11101010 | 10001 | 1010110 | 0 | 1000 | 100100000 | 1010011 | 110100 |
Color Harmonies of #C320EA
Complementary color
Monochromatic Colors of #C320EA
Black with #C320EA
Text Example
Text Example
White with #C320EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320EA; }
p { color: rgb(195,32,234); }
H1.HeaderClassName
{
color: #C320EA;
}
.AnyTagClassName
{
color: #C320EA;
}
</style>
background-color css
<style>
a { background-color: #C320EA; }
a { background-color: rgb(195,32,234); }
div.DivClassName
{
background-color: #C320EA;
}
.BgClassName
{
background-color: #C320EA;
}
</style>
border-color css
<style>
span { border-color: #C320EA; }
span { border-color: rgb(195,32,234); }
td.TdClassName
{
border-color: #C320EA;
}
.TagClassName
{
border-color: #C320EA;
}
</style>