Shades of Electric Purple #C426EA
Tints of Electric Purple #C426EA
RGB
CMYK
RGB Variations
Color information
#C426EA (or 0xC426EA) is known color: Electric Purple. HEX triplet: C4, 26 and EA. RGB value is (196,38,234). Sum of RGB (Red+Green+Blue) = 196+38+234=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 38 (15.23% from 255 or 8.12% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #C426EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C426EA is #3BD915. Grayscale: #6A6A6A. Windows color (decimal): -3922198 or 15345348. OLE color: 15345348.
HSL color Cylindrical-coordinate representation of color #C426EA: hue angle of 288.37º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C426EA is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 38 | 234 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.08 |
| HSL | 288.37º | 0.82% | 0.53% | - |
| HSV(B) | 288.37º | 0.84% | 0.92% | - |
| XYZ | 38.31 | 19.06 | 79.5 | - |
| YUV | 107.59 | 199.35 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 234 | 0.16 | 0.84 | 0 | 0.08 | 288.37 | 0.82 | 0.53 |
| Hex | C4 | 26 | EA | 10 | 54 | 0 | 8 | 120 | 52 | 35 |
| Octal | 304 | 46 | 352 | 20 | 124 | 0 | 10 | 440 | 122 | 65 |
| Binary | 11000100 | 100110 | 11101010 | 10000 | 1010100 | 0 | 1000 | 100100000 | 1010010 | 110101 |
Color Harmonies of #C426EA
Complementary color
Monochromatic Colors of #C426EA
Black with #C426EA
Text Example
Text Example
White with #C426EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C426EA; }
p { color: rgb(196,38,234); }
H1.HeaderClassName
{
color: #C426EA;
}
.AnyTagClassName
{
color: #C426EA;
}
</style>
background-color css
<style>
a { background-color: #C426EA; }
a { background-color: rgb(196,38,234); }
div.DivClassName
{
background-color: #C426EA;
}
.BgClassName
{
background-color: #C426EA;
}
</style>
border-color css
<style>
span { border-color: #C426EA; }
span { border-color: rgb(196,38,234); }
td.TdClassName
{
border-color: #C426EA;
}
.TagClassName
{
border-color: #C426EA;
}
</style>