Shades of Electric Purple #C423ED
Tints of Electric Purple #C423ED
RGB
CMYK
RGB Variations
Color information
#C423ED (or 0xC423ED) is known color: Electric Purple. HEX triplet: C4, 23 and ED. RGB value is (196,35,237). Sum of RGB (Red+Green+Blue) = 196+35+237=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #C423ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C423ED is #3BDC12. Grayscale: #696969. Windows color (decimal): -3922963 or 15541188. OLE color: 15541188.
HSL color Cylindrical-coordinate representation of color #C423ED: hue angle of 287.82º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C423ED is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 35 | 237 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.07 |
| HSL | 287.82º | 0.85% | 0.53% | - |
| HSV(B) | 287.82º | 0.85% | 0.93% | - |
| XYZ | 38.65 | 19.05 | 81.76 | - |
| YUV | 106.17 | 201.84 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 237 | 0.17 | 0.85 | 0 | 0.07 | 287.82 | 0.85 | 0.53 |
| Hex | C4 | 23 | ED | 11 | 55 | 0 | 7 | 120 | 55 | 35 |
| Octal | 304 | 43 | 355 | 21 | 125 | 0 | 7 | 440 | 125 | 65 |
| Binary | 11000100 | 100011 | 11101101 | 10001 | 1010101 | 0 | 111 | 100100000 | 1010101 | 110101 |
Color Harmonies of #C423ED
Complementary color
Monochromatic Colors of #C423ED
Black with #C423ED
Text Example
Text Example
White with #C423ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C423ED; }
p { color: rgb(196,35,237); }
H1.HeaderClassName
{
color: #C423ED;
}
.AnyTagClassName
{
color: #C423ED;
}
</style>
background-color css
<style>
a { background-color: #C423ED; }
a { background-color: rgb(196,35,237); }
div.DivClassName
{
background-color: #C423ED;
}
.BgClassName
{
background-color: #C423ED;
}
</style>
border-color css
<style>
span { border-color: #C423ED; }
span { border-color: rgb(196,35,237); }
td.TdClassName
{
border-color: #C423ED;
}
.TagClassName
{
border-color: #C423ED;
}
</style>