Shades of Electric Purple #C406FE
Tints of Electric Purple #C406FE
RGB
CMYK
RGB Variations
Color information
#C406FE (or 0xC406FE) is known color: Electric Purple. HEX triplet: C4, 06 and FE. RGB value is (196,6,254). Sum of RGB (Red+Green+Blue) = 196+6+254=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #C406FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C406FE is #3BF901. Grayscale: #5A5A5A. Windows color (decimal): -3930370 or 16647876. OLE color: 16647876.
HSL color Cylindrical-coordinate representation of color #C406FE: hue angle of 285.97º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C406FE is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 6 | 254 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.00 |
| HSL | 285.97º | 0.99% | 0.51% | - |
| HSV(B) | 285.97º | 0.98% | 1% | - |
| XYZ | 40.72 | 19.02 | 95.29 | - |
| YUV | 91.08 | 219.95 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 254 | 0.23 | 0.98 | 0 | 0.00 | 285.97 | 0.99 | 0.51 |
| Hex | C4 | 6 | FE | 17 | 62 | 0 | 0 | 11E | 63 | 33 |
| Octal | 304 | 6 | 376 | 27 | 142 | 0 | 0 | 436 | 143 | 63 |
| Binary | 11000100 | 110 | 11111110 | 10111 | 1100010 | 0 | 0 | 100011110 | 1100011 | 110011 |
Color Harmonies of #C406FE
Complementary color
Monochromatic Colors of #C406FE
Black with #C406FE
Text Example
Text Example
White with #C406FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C406FE; }
p { color: rgb(196,6,254); }
H1.HeaderClassName
{
color: #C406FE;
}
.AnyTagClassName
{
color: #C406FE;
}
</style>
background-color css
<style>
a { background-color: #C406FE; }
a { background-color: rgb(196,6,254); }
div.DivClassName
{
background-color: #C406FE;
}
.BgClassName
{
background-color: #C406FE;
}
</style>
border-color css
<style>
span { border-color: #C406FE; }
span { border-color: rgb(196,6,254); }
td.TdClassName
{
border-color: #C406FE;
}
.TagClassName
{
border-color: #C406FE;
}
</style>