Shades of Electric Purple #C417EB
Tints of Electric Purple #C417EB
RGB
CMYK
RGB Variations
Color information
#C417EB (or 0xC417EB) is known color: Electric Purple. HEX triplet: C4, 17 and EB. RGB value is (196,23,235). Sum of RGB (Red+Green+Blue) = 196+23+235=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #C417EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C417EB is #3BE814. Grayscale: #626262. Windows color (decimal): -3926037 or 15407044. OLE color: 15407044.
HSL color Cylindrical-coordinate representation of color #C417EB: hue angle of 288.96º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C417EB is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 23 | 235 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.08 |
| HSL | 288.96º | 0.84% | 0.51% | - |
| HSV(B) | 288.96º | 0.9% | 0.92% | - |
| XYZ | 38.07 | 18.35 | 80.13 | - |
| YUV | 98.9 | 204.81 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 235 | 0.17 | 0.90 | 0 | 0.08 | 288.96 | 0.84 | 0.51 |
| Hex | C4 | 17 | EB | 11 | 5A | 0 | 8 | 121 | 54 | 33 |
| Octal | 304 | 27 | 353 | 21 | 132 | 0 | 10 | 441 | 124 | 63 |
| Binary | 11000100 | 10111 | 11101011 | 10001 | 1011010 | 0 | 1000 | 100100001 | 1010100 | 110011 |
Color Harmonies of #C417EB
Complementary color
Monochromatic Colors of #C417EB
Black with #C417EB
Text Example
Text Example
White with #C417EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C417EB; }
p { color: rgb(196,23,235); }
H1.HeaderClassName
{
color: #C417EB;
}
.AnyTagClassName
{
color: #C417EB;
}
</style>
background-color css
<style>
a { background-color: #C417EB; }
a { background-color: rgb(196,23,235); }
div.DivClassName
{
background-color: #C417EB;
}
.BgClassName
{
background-color: #C417EB;
}
</style>
border-color css
<style>
span { border-color: #C417EB; }
span { border-color: rgb(196,23,235); }
td.TdClassName
{
border-color: #C417EB;
}
.TagClassName
{
border-color: #C417EB;
}
</style>