Shades of Electric Purple #C320FD
Tints of Electric Purple #C320FD
RGB
CMYK
RGB Variations
Color information
#C320FD (or 0xC320FD) is known color: Electric Purple. HEX triplet: C3, 20 and FD. RGB value is (195,32,253). Sum of RGB (Red+Green+Blue) = 195+32+253=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 32 (12.89% from 255 or 6.67% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #C320FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C320FD is #3CDF02. Grayscale: #696969. Windows color (decimal): -3989251 or 16588995. OLE color: 16588995.
HSL color Cylindrical-coordinate representation of color #C320FD: hue angle of 284.25º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C320FD is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 32 | 253 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.01 |
| HSL | 284.25º | 0.98% | 0.56% | - |
| HSV(B) | 284.25º | 0.87% | 0.99% | - |
| XYZ | 40.75 | 19.73 | 94.59 | - |
| YUV | 105.93 | 211 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 253 | 0.23 | 0.87 | 0 | 0.01 | 284.25 | 0.98 | 0.56 |
| Hex | C3 | 20 | FD | 17 | 57 | 0 | 1 | 11C | 62 | 38 |
| Octal | 303 | 40 | 375 | 27 | 127 | 0 | 1 | 434 | 142 | 70 |
| Binary | 11000011 | 100000 | 11111101 | 10111 | 1010111 | 0 | 1 | 100011100 | 1100010 | 111000 |
Color Harmonies of #C320FD
Complementary color
Monochromatic Colors of #C320FD
Black with #C320FD
Text Example
Text Example
White with #C320FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320FD; }
p { color: rgb(195,32,253); }
H1.HeaderClassName
{
color: #C320FD;
}
.AnyTagClassName
{
color: #C320FD;
}
</style>
background-color css
<style>
a { background-color: #C320FD; }
a { background-color: rgb(195,32,253); }
div.DivClassName
{
background-color: #C320FD;
}
.BgClassName
{
background-color: #C320FD;
}
</style>
border-color css
<style>
span { border-color: #C320FD; }
span { border-color: rgb(195,32,253); }
td.TdClassName
{
border-color: #C320FD;
}
.TagClassName
{
border-color: #C320FD;
}
</style>