Shades of Electric Purple #C228EC
Tints of Electric Purple #C228EC
RGB
CMYK
RGB Variations
Color information
#C228EC (or 0xC228EC) is known color: Electric Purple. HEX triplet: C2, 28 and EC. RGB value is (194,40,236). Sum of RGB (Red+Green+Blue) = 194+40+236=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #C228EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C228EC is #3DD713. Grayscale: #6B6B6B. Windows color (decimal): -4052756 or 15476930. OLE color: 15476930.
HSL color Cylindrical-coordinate representation of color #C228EC: hue angle of 287.14º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C228EC is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 40 | 236 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.07 |
| HSL | 287.14º | 0.84% | 0.54% | - |
| HSV(B) | 287.14º | 0.83% | 0.93% | - |
| XYZ | 38.15 | 19.04 | 81.02 | - |
| YUV | 108.39 | 200.02 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 236 | 0.18 | 0.83 | 0 | 0.07 | 287.14 | 0.84 | 0.54 |
| Hex | C2 | 28 | EC | 12 | 53 | 0 | 7 | 11F | 54 | 36 |
| Octal | 302 | 50 | 354 | 22 | 123 | 0 | 7 | 437 | 124 | 66 |
| Binary | 11000010 | 101000 | 11101100 | 10010 | 1010011 | 0 | 111 | 100011111 | 1010100 | 110110 |
Color Harmonies of #C228EC
Complementary color
Monochromatic Colors of #C228EC
Black with #C228EC
Text Example
Text Example
White with #C228EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C228EC; }
p { color: rgb(194,40,236); }
H1.HeaderClassName
{
color: #C228EC;
}
.AnyTagClassName
{
color: #C228EC;
}
</style>
background-color css
<style>
a { background-color: #C228EC; }
a { background-color: rgb(194,40,236); }
div.DivClassName
{
background-color: #C228EC;
}
.BgClassName
{
background-color: #C228EC;
}
</style>
border-color css
<style>
span { border-color: #C228EC; }
span { border-color: rgb(194,40,236); }
td.TdClassName
{
border-color: #C228EC;
}
.TagClassName
{
border-color: #C228EC;
}
</style>