Shades of Electric Purple #C328FE
Tints of Electric Purple #C328FE
RGB
CMYK
RGB Variations
Color information
#C328FE (or 0xC328FE) is known color: Electric Purple. HEX triplet: C3, 28 and FE. RGB value is (195,40,254). Sum of RGB (Red+Green+Blue) = 195+40+254=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #C328FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C328FE is #3CD701. Grayscale: #6E6E6E. Windows color (decimal): -3987202 or 16656579. OLE color: 16656579.
HSL color Cylindrical-coordinate representation of color #C328FE: hue angle of 283.46º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C328FE is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 40 | 254 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.00 |
| HSL | 283.46º | 0.99% | 0.58% | - |
| HSV(B) | 283.46º | 0.84% | 1% | - |
| XYZ | 41.15 | 20.28 | 95.51 | - |
| YUV | 110.74 | 208.85 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 254 | 0.23 | 0.84 | 0 | 0.00 | 283.46 | 0.99 | 0.58 |
| Hex | C3 | 28 | FE | 17 | 54 | 0 | 0 | 11B | 63 | 3A |
| Octal | 303 | 50 | 376 | 27 | 124 | 0 | 0 | 433 | 143 | 72 |
| Binary | 11000011 | 101000 | 11111110 | 10111 | 1010100 | 0 | 0 | 100011011 | 1100011 | 111010 |
Color Harmonies of #C328FE
Complementary color
Monochromatic Colors of #C328FE
Black with #C328FE
Text Example
Text Example
White with #C328FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C328FE; }
p { color: rgb(195,40,254); }
H1.HeaderClassName
{
color: #C328FE;
}
.AnyTagClassName
{
color: #C328FE;
}
</style>
background-color css
<style>
a { background-color: #C328FE; }
a { background-color: rgb(195,40,254); }
div.DivClassName
{
background-color: #C328FE;
}
.BgClassName
{
background-color: #C328FE;
}
</style>
border-color css
<style>
span { border-color: #C328FE; }
span { border-color: rgb(195,40,254); }
td.TdClassName
{
border-color: #C328FE;
}
.TagClassName
{
border-color: #C328FE;
}
</style>