Shades of Electric Purple #C223EC
Tints of Electric Purple #C223EC
RGB
CMYK
RGB Variations
Color information
#C223EC (or 0xC223EC) is known color: Electric Purple. HEX triplet: C2, 23 and EC. RGB value is (194,35,236). Sum of RGB (Red+Green+Blue) = 194+35+236=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #C223EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C223EC is #3DDC13. Grayscale: #686868. Windows color (decimal): -4054036 or 15475650. OLE color: 15475650.
HSL color Cylindrical-coordinate representation of color #C223EC: hue angle of 287.46º degrees, saturation: 0.84, 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 #C223EC is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 35 | 236 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.07 |
| HSL | 287.46º | 0.84% | 0.53% | - |
| HSV(B) | 287.46º | 0.85% | 0.93% | - |
| XYZ | 37.99 | 18.73 | 80.97 | - |
| YUV | 105.46 | 201.68 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 236 | 0.18 | 0.85 | 0 | 0.07 | 287.46 | 0.84 | 0.53 |
| Hex | C2 | 23 | EC | 12 | 55 | 0 | 7 | 11F | 54 | 35 |
| Octal | 302 | 43 | 354 | 22 | 125 | 0 | 7 | 437 | 124 | 65 |
| Binary | 11000010 | 100011 | 11101100 | 10010 | 1010101 | 0 | 111 | 100011111 | 1010100 | 110101 |
Color Harmonies of #C223EC
Complementary color
Monochromatic Colors of #C223EC
Black with #C223EC
Text Example
Text Example
White with #C223EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C223EC; }
p { color: rgb(194,35,236); }
H1.HeaderClassName
{
color: #C223EC;
}
.AnyTagClassName
{
color: #C223EC;
}
</style>
background-color css
<style>
a { background-color: #C223EC; }
a { background-color: rgb(194,35,236); }
div.DivClassName
{
background-color: #C223EC;
}
.BgClassName
{
background-color: #C223EC;
}
</style>
border-color css
<style>
span { border-color: #C223EC; }
span { border-color: rgb(194,35,236); }
td.TdClassName
{
border-color: #C223EC;
}
.TagClassName
{
border-color: #C223EC;
}
</style>