Shades of Electric Purple #C320FE
Tints of Electric Purple #C320FE
RGB
CMYK
RGB Variations
Color information
#C320FE (or 0xC320FE) is known color: Electric Purple. HEX triplet: C3, 20 and FE. RGB value is (195,32,254). Sum of RGB (Red+Green+Blue) = 195+32+254=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #C320FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C320FE is #3CDF01. Grayscale: #696969. Windows color (decimal): -3989250 or 16654531. OLE color: 16654531.
HSL color Cylindrical-coordinate representation of color #C320FE: hue angle of 284.05º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C320FE is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 32 | 254 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.00 |
| HSL | 284.05º | 0.99% | 0.56% | - |
| HSV(B) | 284.05º | 0.87% | 1% | - |
| XYZ | 40.91 | 19.79 | 95.43 | - |
| YUV | 106.05 | 211.5 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 254 | 0.23 | 0.87 | 0 | 0.00 | 284.05 | 0.99 | 0.56 |
| Hex | C3 | 20 | FE | 17 | 57 | 0 | 0 | 11C | 63 | 38 |
| Octal | 303 | 40 | 376 | 27 | 127 | 0 | 0 | 434 | 143 | 70 |
| Binary | 11000011 | 100000 | 11111110 | 10111 | 1010111 | 0 | 0 | 100011100 | 1100011 | 111000 |
Color Harmonies of #C320FE
Complementary color
Monochromatic Colors of #C320FE
Black with #C320FE
Text Example
Text Example
White with #C320FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320FE; }
p { color: rgb(195,32,254); }
H1.HeaderClassName
{
color: #C320FE;
}
.AnyTagClassName
{
color: #C320FE;
}
</style>
background-color css
<style>
a { background-color: #C320FE; }
a { background-color: rgb(195,32,254); }
div.DivClassName
{
background-color: #C320FE;
}
.BgClassName
{
background-color: #C320FE;
}
</style>
border-color css
<style>
span { border-color: #C320FE; }
span { border-color: rgb(195,32,254); }
td.TdClassName
{
border-color: #C320FE;
}
.TagClassName
{
border-color: #C320FE;
}
</style>