Shades of Electric Purple #C328FD
Tints of Electric Purple #C328FD
RGB
CMYK
RGB Variations
Color information
#C328FD (or 0xC328FD) is known color: Electric Purple. HEX triplet: C3, 28 and FD. RGB value is (195,40,253). Sum of RGB (Red+Green+Blue) = 195+40+253=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #C328FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C328FD is #3CD702. Grayscale: #6D6D6D. Windows color (decimal): -3987203 or 16591043. OLE color: 16591043.
HSL color Cylindrical-coordinate representation of color #C328FD: hue angle of 283.66º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C328FD is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 40 | 253 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.01 |
| HSL | 283.66º | 0.98% | 0.57% | - |
| HSV(B) | 283.66º | 0.84% | 0.99% | - |
| XYZ | 40.99 | 20.21 | 94.67 | - |
| YUV | 110.63 | 208.35 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 253 | 0.23 | 0.84 | 0 | 0.01 | 283.66 | 0.98 | 0.57 |
| Hex | C3 | 28 | FD | 17 | 54 | 0 | 1 | 11C | 62 | 39 |
| Octal | 303 | 50 | 375 | 27 | 124 | 0 | 1 | 434 | 142 | 71 |
| Binary | 11000011 | 101000 | 11111101 | 10111 | 1010100 | 0 | 1 | 100011100 | 1100010 | 111001 |
Color Harmonies of #C328FD
Complementary color
Monochromatic Colors of #C328FD
Black with #C328FD
Text Example
Text Example
White with #C328FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C328FD; }
p { color: rgb(195,40,253); }
H1.HeaderClassName
{
color: #C328FD;
}
.AnyTagClassName
{
color: #C328FD;
}
</style>
background-color css
<style>
a { background-color: #C328FD; }
a { background-color: rgb(195,40,253); }
div.DivClassName
{
background-color: #C328FD;
}
.BgClassName
{
background-color: #C328FD;
}
</style>
border-color css
<style>
span { border-color: #C328FD; }
span { border-color: rgb(195,40,253); }
td.TdClassName
{
border-color: #C328FD;
}
.TagClassName
{
border-color: #C328FD;
}
</style>