Shades of Electric Purple #C426FE
Tints of Electric Purple #C426FE
RGB
CMYK
RGB Variations
Color information
#C426FE (or 0xC426FE) is known color: Electric Purple. HEX triplet: C4, 26 and FE. RGB value is (196,38,254). Sum of RGB (Red+Green+Blue) = 196+38+254=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 38 (15.23% from 255 or 7.79% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #C426FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C426FE is #3BD901. Grayscale: #6D6D6D. Windows color (decimal): -3922178 or 16656068. OLE color: 16656068.
HSL color Cylindrical-coordinate representation of color #C426FE: hue angle of 283.89º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C426FE is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 38 | 254 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.00 |
| HSL | 283.89º | 0.99% | 0.57% | - |
| HSV(B) | 283.89º | 0.85% | 1% | - |
| XYZ | 41.35 | 20.28 | 95.5 | - |
| YUV | 109.87 | 209.35 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 254 | 0.23 | 0.85 | 0 | 0.00 | 283.89 | 0.99 | 0.57 |
| Hex | C4 | 26 | FE | 17 | 55 | 0 | 0 | 11C | 63 | 39 |
| Octal | 304 | 46 | 376 | 27 | 125 | 0 | 0 | 434 | 143 | 71 |
| Binary | 11000100 | 100110 | 11111110 | 10111 | 1010101 | 0 | 0 | 100011100 | 1100011 | 111001 |
Color Harmonies of #C426FE
Complementary color
Monochromatic Colors of #C426FE
Black with #C426FE
Text Example
Text Example
White with #C426FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C426FE; }
p { color: rgb(196,38,254); }
H1.HeaderClassName
{
color: #C426FE;
}
.AnyTagClassName
{
color: #C426FE;
}
</style>
background-color css
<style>
a { background-color: #C426FE; }
a { background-color: rgb(196,38,254); }
div.DivClassName
{
background-color: #C426FE;
}
.BgClassName
{
background-color: #C426FE;
}
</style>
border-color css
<style>
span { border-color: #C426FE; }
span { border-color: rgb(196,38,254); }
td.TdClassName
{
border-color: #C426FE;
}
.TagClassName
{
border-color: #C426FE;
}
</style>