Shades of Electric Purple #C32DFD
Tints of Electric Purple #C32DFD
RGB
CMYK
RGB Variations
Color information
#C32DFD (or 0xC32DFD) is known color: Electric Purple. HEX triplet: C3, 2D and FD. RGB value is (195,45,253). Sum of RGB (Red+Green+Blue) = 195+45+253=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #C32DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32DFD is #3CD202. Grayscale: #707070. Windows color (decimal): -3985923 or 16592323. OLE color: 16592323.
HSL color Cylindrical-coordinate representation of color #C32DFD: hue angle of 283.27º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32DFD is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 45 | 253 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.01 |
| HSL | 283.27º | 0.98% | 0.58% | - |
| HSV(B) | 283.27º | 0.82% | 0.99% | - |
| XYZ | 41.17 | 20.57 | 94.73 | - |
| YUV | 113.56 | 206.7 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 253 | 0.23 | 0.82 | 0 | 0.01 | 283.27 | 0.98 | 0.58 |
| Hex | C3 | 2D | FD | 17 | 52 | 0 | 1 | 11B | 62 | 3A |
| Octal | 303 | 55 | 375 | 27 | 122 | 0 | 1 | 433 | 142 | 72 |
| Binary | 11000011 | 101101 | 11111101 | 10111 | 1010010 | 0 | 1 | 100011011 | 1100010 | 111010 |
Color Harmonies of #C32DFD
Complementary color
Monochromatic Colors of #C32DFD
Black with #C32DFD
Text Example
Text Example
White with #C32DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DFD; }
p { color: rgb(195,45,253); }
H1.HeaderClassName
{
color: #C32DFD;
}
.AnyTagClassName
{
color: #C32DFD;
}
</style>
background-color css
<style>
a { background-color: #C32DFD; }
a { background-color: rgb(195,45,253); }
div.DivClassName
{
background-color: #C32DFD;
}
.BgClassName
{
background-color: #C32DFD;
}
</style>
border-color css
<style>
span { border-color: #C32DFD; }
span { border-color: rgb(195,45,253); }
td.TdClassName
{
border-color: #C32DFD;
}
.TagClassName
{
border-color: #C32DFD;
}
</style>