Shades of Electric Purple #C426EF
Tints of Electric Purple #C426EF
RGB
CMYK
RGB Variations
Color information
#C426EF (or 0xC426EF) is known color: Electric Purple. HEX triplet: C4, 26 and EF. RGB value is (196,38,239). Sum of RGB (Red+Green+Blue) = 196+38+239=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #C426EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C426EF is #3BD910. Grayscale: #6B6B6B. Windows color (decimal): -3922193 or 15673028. OLE color: 15673028.
HSL color Cylindrical-coordinate representation of color #C426EF: hue angle of 287.16º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C426EF is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 38 | 239 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.06 |
| HSL | 287.16º | 0.86% | 0.54% | - |
| HSV(B) | 287.16º | 0.84% | 0.94% | - |
| XYZ | 39.04 | 19.35 | 83.34 | - |
| YUV | 108.16 | 201.85 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 239 | 0.18 | 0.84 | 0 | 0.06 | 287.16 | 0.86 | 0.54 |
| Hex | C4 | 26 | EF | 12 | 54 | 0 | 6 | 11F | 56 | 36 |
| Octal | 304 | 46 | 357 | 22 | 124 | 0 | 6 | 437 | 126 | 66 |
| Binary | 11000100 | 100110 | 11101111 | 10010 | 1010100 | 0 | 110 | 100011111 | 1010110 | 110110 |
Color Harmonies of #C426EF
Complementary color
Monochromatic Colors of #C426EF
Black with #C426EF
Text Example
Text Example
White with #C426EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C426EF; }
p { color: rgb(196,38,239); }
H1.HeaderClassName
{
color: #C426EF;
}
.AnyTagClassName
{
color: #C426EF;
}
</style>
background-color css
<style>
a { background-color: #C426EF; }
a { background-color: rgb(196,38,239); }
div.DivClassName
{
background-color: #C426EF;
}
.BgClassName
{
background-color: #C426EF;
}
</style>
border-color css
<style>
span { border-color: #C426EF; }
span { border-color: rgb(196,38,239); }
td.TdClassName
{
border-color: #C426EF;
}
.TagClassName
{
border-color: #C426EF;
}
</style>