Shades of Electric Purple #C328EB
Tints of Electric Purple #C328EB
RGB
CMYK
RGB Variations
Color information
#C328EB (or 0xC328EB) is known color: Electric Purple. HEX triplet: C3, 28 and EB. RGB value is (195,40,235). Sum of RGB (Red+Green+Blue) = 195+40+235=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #C328EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C328EB is #3CD714. Grayscale: #6B6B6B. Windows color (decimal): -3987221 or 15411395. OLE color: 15411395.
HSL color Cylindrical-coordinate representation of color #C328EB: hue angle of 287.69º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C328EB is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 40 | 235 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.08 |
| HSL | 287.69º | 0.83% | 0.54% | - |
| HSV(B) | 287.69º | 0.83% | 0.92% | - |
| XYZ | 38.26 | 19.12 | 80.27 | - |
| YUV | 108.58 | 199.35 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 235 | 0.17 | 0.83 | 0 | 0.08 | 287.69 | 0.83 | 0.54 |
| Hex | C3 | 28 | EB | 11 | 53 | 0 | 8 | 120 | 53 | 36 |
| Octal | 303 | 50 | 353 | 21 | 123 | 0 | 10 | 440 | 123 | 66 |
| Binary | 11000011 | 101000 | 11101011 | 10001 | 1010011 | 0 | 1000 | 100100000 | 1010011 | 110110 |
Color Harmonies of #C328EB
Complementary color
Monochromatic Colors of #C328EB
Black with #C328EB
Text Example
Text Example
White with #C328EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C328EB; }
p { color: rgb(195,40,235); }
H1.HeaderClassName
{
color: #C328EB;
}
.AnyTagClassName
{
color: #C328EB;
}
</style>
background-color css
<style>
a { background-color: #C328EB; }
a { background-color: rgb(195,40,235); }
div.DivClassName
{
background-color: #C328EB;
}
.BgClassName
{
background-color: #C328EB;
}
</style>
border-color css
<style>
span { border-color: #C328EB; }
span { border-color: rgb(195,40,235); }
td.TdClassName
{
border-color: #C328EB;
}
.TagClassName
{
border-color: #C328EB;
}
</style>