Shades of Electric Purple #C320FA
Tints of Electric Purple #C320FA
RGB
CMYK
RGB Variations
Color information
#C320FA (or 0xC320FA) is known color: Electric Purple. HEX triplet: C3, 20 and FA. RGB value is (195,32,250). Sum of RGB (Red+Green+Blue) = 195+32+250=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #C320FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C320FA is #3CDF05. Grayscale: #686868. Windows color (decimal): -3989254 or 16392387. OLE color: 16392387.
HSL color Cylindrical-coordinate representation of color #C320FA: hue angle of 284.86º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C320FA is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 32 | 250 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.02 |
| HSL | 284.86º | 0.96% | 0.55% | - |
| HSV(B) | 284.86º | 0.87% | 0.98% | - |
| XYZ | 40.28 | 19.54 | 92.09 | - |
| YUV | 105.59 | 209.5 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 250 | 0.22 | 0.87 | 0 | 0.02 | 284.86 | 0.96 | 0.55 |
| Hex | C3 | 20 | FA | 16 | 57 | 0 | 2 | 11D | 60 | 37 |
| Octal | 303 | 40 | 372 | 26 | 127 | 0 | 2 | 435 | 140 | 67 |
| Binary | 11000011 | 100000 | 11111010 | 10110 | 1010111 | 0 | 10 | 100011101 | 1100000 | 110111 |
Color Harmonies of #C320FA
Complementary color
Monochromatic Colors of #C320FA
Black with #C320FA
Text Example
Text Example
White with #C320FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320FA; }
p { color: rgb(195,32,250); }
H1.HeaderClassName
{
color: #C320FA;
}
.AnyTagClassName
{
color: #C320FA;
}
</style>
background-color css
<style>
a { background-color: #C320FA; }
a { background-color: rgb(195,32,250); }
div.DivClassName
{
background-color: #C320FA;
}
.BgClassName
{
background-color: #C320FA;
}
</style>
border-color css
<style>
span { border-color: #C320FA; }
span { border-color: rgb(195,32,250); }
td.TdClassName
{
border-color: #C320FA;
}
.TagClassName
{
border-color: #C320FA;
}
</style>