Shades of Electric Purple #C428ED
Tints of Electric Purple #C428ED
RGB
CMYK
RGB Variations
Color information
#C428ED (or 0xC428ED) is known color: Electric Purple. HEX triplet: C4, 28 and ED. RGB value is (196,40,237). Sum of RGB (Red+Green+Blue) = 196+40+237=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #C428ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C428ED is #3BD712. Grayscale: #6C6C6C. Windows color (decimal): -3921683 or 15542468. OLE color: 15542468.
HSL color Cylindrical-coordinate representation of color #C428ED: hue angle of 287.51º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C428ED is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 40 | 237 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.07 |
| HSL | 287.51º | 0.85% | 0.54% | - |
| HSV(B) | 287.51º | 0.83% | 0.93% | - |
| XYZ | 38.81 | 19.37 | 81.81 | - |
| YUV | 109.1 | 200.18 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 237 | 0.17 | 0.83 | 0 | 0.07 | 287.51 | 0.85 | 0.54 |
| Hex | C4 | 28 | ED | 11 | 53 | 0 | 7 | 120 | 55 | 36 |
| Octal | 304 | 50 | 355 | 21 | 123 | 0 | 7 | 440 | 125 | 66 |
| Binary | 11000100 | 101000 | 11101101 | 10001 | 1010011 | 0 | 111 | 100100000 | 1010101 | 110110 |
Color Harmonies of #C428ED
Complementary color
Monochromatic Colors of #C428ED
Black with #C428ED
Text Example
Text Example
White with #C428ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428ED; }
p { color: rgb(196,40,237); }
H1.HeaderClassName
{
color: #C428ED;
}
.AnyTagClassName
{
color: #C428ED;
}
</style>
background-color css
<style>
a { background-color: #C428ED; }
a { background-color: rgb(196,40,237); }
div.DivClassName
{
background-color: #C428ED;
}
.BgClassName
{
background-color: #C428ED;
}
</style>
border-color css
<style>
span { border-color: #C428ED; }
span { border-color: rgb(196,40,237); }
td.TdClassName
{
border-color: #C428ED;
}
.TagClassName
{
border-color: #C428ED;
}
</style>