Shades of Electric Purple #C426ED
Tints of Electric Purple #C426ED
RGB
CMYK
RGB Variations
Color information
#C426ED (or 0xC426ED) is known color: Electric Purple. HEX triplet: C4, 26 and ED. RGB value is (196,38,237). Sum of RGB (Red+Green+Blue) = 196+38+237=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #C426ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C426ED is #3BD912. Grayscale: #6B6B6B. Windows color (decimal): -3922195 or 15541956. OLE color: 15541956.
HSL color Cylindrical-coordinate representation of color #C426ED: hue angle of 287.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C426ED is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 38 | 237 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.07 |
| HSL | 287.64º | 0.85% | 0.54% | - |
| HSV(B) | 287.64º | 0.84% | 0.93% | - |
| XYZ | 38.74 | 19.24 | 81.79 | - |
| YUV | 107.93 | 200.85 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 237 | 0.17 | 0.84 | 0 | 0.07 | 287.64 | 0.85 | 0.54 |
| Hex | C4 | 26 | ED | 11 | 54 | 0 | 7 | 120 | 55 | 36 |
| Octal | 304 | 46 | 355 | 21 | 124 | 0 | 7 | 440 | 125 | 66 |
| Binary | 11000100 | 100110 | 11101101 | 10001 | 1010100 | 0 | 111 | 100100000 | 1010101 | 110110 |
Color Harmonies of #C426ED
Complementary color
Monochromatic Colors of #C426ED
Black with #C426ED
Text Example
Text Example
White with #C426ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C426ED; }
p { color: rgb(196,38,237); }
H1.HeaderClassName
{
color: #C426ED;
}
.AnyTagClassName
{
color: #C426ED;
}
</style>
background-color css
<style>
a { background-color: #C426ED; }
a { background-color: rgb(196,38,237); }
div.DivClassName
{
background-color: #C426ED;
}
.BgClassName
{
background-color: #C426ED;
}
</style>
border-color css
<style>
span { border-color: #C426ED; }
span { border-color: rgb(196,38,237); }
td.TdClassName
{
border-color: #C426ED;
}
.TagClassName
{
border-color: #C426ED;
}
</style>