Shades of Electric Purple #C320ED
Tints of Electric Purple #C320ED
RGB
CMYK
RGB Variations
Color information
#C320ED (or 0xC320ED) is known color: Electric Purple. HEX triplet: C3, 20 and ED. RGB value is (195,32,237). Sum of RGB (Red+Green+Blue) = 195+32+237=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #C320ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C320ED is #3CDF12. Grayscale: #676767. Windows color (decimal): -3989267 or 15540419. OLE color: 15540419.
HSL color Cylindrical-coordinate representation of color #C320ED: hue angle of 287.71º degrees, saturation: 0.85, 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 #C320ED is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 32 | 237 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.07 |
| HSL | 287.71º | 0.85% | 0.53% | - |
| HSV(B) | 287.71º | 0.86% | 0.93% | - |
| XYZ | 38.31 | 18.75 | 81.72 | - |
| YUV | 104.11 | 203 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 237 | 0.18 | 0.86 | 0 | 0.07 | 287.71 | 0.85 | 0.53 |
| Hex | C3 | 20 | ED | 12 | 56 | 0 | 7 | 120 | 55 | 35 |
| Octal | 303 | 40 | 355 | 22 | 126 | 0 | 7 | 440 | 125 | 65 |
| Binary | 11000011 | 100000 | 11101101 | 10010 | 1010110 | 0 | 111 | 100100000 | 1010101 | 110101 |
Color Harmonies of #C320ED
Complementary color
Monochromatic Colors of #C320ED
Black with #C320ED
Text Example
Text Example
White with #C320ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320ED; }
p { color: rgb(195,32,237); }
H1.HeaderClassName
{
color: #C320ED;
}
.AnyTagClassName
{
color: #C320ED;
}
</style>
background-color css
<style>
a { background-color: #C320ED; }
a { background-color: rgb(195,32,237); }
div.DivClassName
{
background-color: #C320ED;
}
.BgClassName
{
background-color: #C320ED;
}
</style>
border-color css
<style>
span { border-color: #C320ED; }
span { border-color: rgb(195,32,237); }
td.TdClassName
{
border-color: #C320ED;
}
.TagClassName
{
border-color: #C320ED;
}
</style>