Shades of Electric Purple #C320EB
Tints of Electric Purple #C320EB
RGB
CMYK
RGB Variations
Color information
#C320EB (or 0xC320EB) is known color: Electric Purple. HEX triplet: C3, 20 and EB. RGB value is (195,32,235). Sum of RGB (Red+Green+Blue) = 195+32+235=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #C320EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C320EB is #3CDF14. Grayscale: #676767. Windows color (decimal): -3989269 or 15409347. OLE color: 15409347.
HSL color Cylindrical-coordinate representation of color #C320EB: hue angle of 288.18º degrees, saturation: 0.84, 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 #C320EB is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 32 | 235 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.08 |
| HSL | 288.18º | 0.84% | 0.52% | - |
| HSV(B) | 288.18º | 0.86% | 0.92% | - |
| XYZ | 38.02 | 18.63 | 80.19 | - |
| YUV | 103.88 | 202 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 235 | 0.17 | 0.86 | 0 | 0.08 | 288.18 | 0.84 | 0.52 |
| Hex | C3 | 20 | EB | 11 | 56 | 0 | 8 | 120 | 54 | 34 |
| Octal | 303 | 40 | 353 | 21 | 126 | 0 | 10 | 440 | 124 | 64 |
| Binary | 11000011 | 100000 | 11101011 | 10001 | 1010110 | 0 | 1000 | 100100000 | 1010100 | 110100 |
Color Harmonies of #C320EB
Complementary color
Monochromatic Colors of #C320EB
Black with #C320EB
Text Example
Text Example
White with #C320EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320EB; }
p { color: rgb(195,32,235); }
H1.HeaderClassName
{
color: #C320EB;
}
.AnyTagClassName
{
color: #C320EB;
}
</style>
background-color css
<style>
a { background-color: #C320EB; }
a { background-color: rgb(195,32,235); }
div.DivClassName
{
background-color: #C320EB;
}
.BgClassName
{
background-color: #C320EB;
}
</style>
border-color css
<style>
span { border-color: #C320EB; }
span { border-color: rgb(195,32,235); }
td.TdClassName
{
border-color: #C320EB;
}
.TagClassName
{
border-color: #C320EB;
}
</style>