Shades of Electric Purple #C328EE
Tints of Electric Purple #C328EE
RGB
CMYK
RGB Variations
Color information
#C328EE (or 0xC328EE) is known color: Electric Purple. HEX triplet: C3, 28 and EE. RGB value is (195,40,238). Sum of RGB (Red+Green+Blue) = 195+40+238=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #C328EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C328EE is #3CD711. Grayscale: #6C6C6C. Windows color (decimal): -3987218 or 15608003. OLE color: 15608003.
HSL color Cylindrical-coordinate representation of color #C328EE: hue angle of 286.97º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C328EE is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 40 | 238 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.07 |
| HSL | 286.97º | 0.85% | 0.55% | - |
| HSV(B) | 286.97º | 0.83% | 0.93% | - |
| XYZ | 38.7 | 19.29 | 82.57 | - |
| YUV | 108.92 | 200.85 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 238 | 0.18 | 0.83 | 0 | 0.07 | 286.97 | 0.85 | 0.55 |
| Hex | C3 | 28 | EE | 12 | 53 | 0 | 7 | 11F | 55 | 37 |
| Octal | 303 | 50 | 356 | 22 | 123 | 0 | 7 | 437 | 125 | 67 |
| Binary | 11000011 | 101000 | 11101110 | 10010 | 1010011 | 0 | 111 | 100011111 | 1010101 | 110111 |
Color Harmonies of #C328EE
Complementary color
Monochromatic Colors of #C328EE
Black with #C328EE
Text Example
Text Example
White with #C328EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C328EE; }
p { color: rgb(195,40,238); }
H1.HeaderClassName
{
color: #C328EE;
}
.AnyTagClassName
{
color: #C328EE;
}
</style>
background-color css
<style>
a { background-color: #C328EE; }
a { background-color: rgb(195,40,238); }
div.DivClassName
{
background-color: #C328EE;
}
.BgClassName
{
background-color: #C328EE;
}
</style>
border-color css
<style>
span { border-color: #C328EE; }
span { border-color: rgb(195,40,238); }
td.TdClassName
{
border-color: #C328EE;
}
.TagClassName
{
border-color: #C328EE;
}
</style>