Shades of Electric Purple #C828EE
Tints of Electric Purple #C828EE
RGB
CMYK
RGB Variations
Color information
#C828EE (or 0xC828EE) is known color: Electric Purple. HEX triplet: C8, 28 and EE. RGB value is (200,40,238). Sum of RGB (Red+Green+Blue) = 200+40+238=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #C828EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C828EE is #37D711. Grayscale: #6D6D6D. Windows color (decimal): -3659538 or 15608008. OLE color: 15608008.
HSL color Cylindrical-coordinate representation of color #C828EE: hue angle of 288.48º 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 #C828EE is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 40 | 238 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.07 |
| HSL | 288.48º | 0.85% | 0.55% | - |
| HSV(B) | 288.48º | 0.83% | 0.93% | - |
| XYZ | 40.01 | 19.97 | 82.63 | - |
| YUV | 110.41 | 200.01 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 238 | 0.16 | 0.83 | 0 | 0.07 | 288.48 | 0.85 | 0.55 |
| Hex | C8 | 28 | EE | 10 | 53 | 0 | 7 | 120 | 55 | 37 |
| Octal | 310 | 50 | 356 | 20 | 123 | 0 | 7 | 440 | 125 | 67 |
| Binary | 11001000 | 101000 | 11101110 | 10000 | 1010011 | 0 | 111 | 100100000 | 1010101 | 110111 |
Color Harmonies of #C828EE
Complementary color
Monochromatic Colors of #C828EE
Black with #C828EE
Text Example
Text Example
White with #C828EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828EE; }
p { color: rgb(200,40,238); }
H1.HeaderClassName
{
color: #C828EE;
}
.AnyTagClassName
{
color: #C828EE;
}
</style>
background-color css
<style>
a { background-color: #C828EE; }
a { background-color: rgb(200,40,238); }
div.DivClassName
{
background-color: #C828EE;
}
.BgClassName
{
background-color: #C828EE;
}
</style>
border-color css
<style>
span { border-color: #C828EE; }
span { border-color: rgb(200,40,238); }
td.TdClassName
{
border-color: #C828EE;
}
.TagClassName
{
border-color: #C828EE;
}
</style>