Shades of Electric Purple #C828E8
Tints of Electric Purple #C828E8
RGB
CMYK
RGB Variations
Color information
#C828E8 (or 0xC828E8) is known color: Electric Purple. HEX triplet: C8, 28 and E8. RGB value is (200,40,232). Sum of RGB (Red+Green+Blue) = 200+40+232=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #C828E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C828E8 is #37D717. Grayscale: #6D6D6D. Windows color (decimal): -3659544 or 15214792. OLE color: 15214792.
HSL color Cylindrical-coordinate representation of color #C828E8: hue angle of 290º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C828E8 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 40 | 232 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.09 |
| HSL | 290º | 0.81% | 0.53% | - |
| HSV(B) | 290º | 0.83% | 0.91% | - |
| XYZ | 39.14 | 19.62 | 78.07 | - |
| YUV | 109.73 | 197.01 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 232 | 0.14 | 0.83 | 0 | 0.09 | 290 | 0.81 | 0.53 |
| Hex | C8 | 28 | E8 | E | 53 | 0 | 9 | 122 | 51 | 35 |
| Octal | 310 | 50 | 350 | 16 | 123 | 0 | 11 | 442 | 121 | 65 |
| Binary | 11001000 | 101000 | 11101000 | 1110 | 1010011 | 0 | 1001 | 100100010 | 1010001 | 110101 |
Color Harmonies of #C828E8
Complementary color
Monochromatic Colors of #C828E8
Black with #C828E8
Text Example
Text Example
White with #C828E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828E8; }
p { color: rgb(200,40,232); }
H1.HeaderClassName
{
color: #C828E8;
}
.AnyTagClassName
{
color: #C828E8;
}
</style>
background-color css
<style>
a { background-color: #C828E8; }
a { background-color: rgb(200,40,232); }
div.DivClassName
{
background-color: #C828E8;
}
.BgClassName
{
background-color: #C828E8;
}
</style>
border-color css
<style>
span { border-color: #C828E8; }
span { border-color: rgb(200,40,232); }
td.TdClassName
{
border-color: #C828E8;
}
.TagClassName
{
border-color: #C828E8;
}
</style>