Shades of Electric Purple #C228EA
Tints of Electric Purple #C228EA
RGB
CMYK
RGB Variations
Color information
#C228EA (or 0xC228EA) is known color: Electric Purple. HEX triplet: C2, 28 and EA. RGB value is (194,40,234). Sum of RGB (Red+Green+Blue) = 194+40+234=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #C228EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C228EA is #3DD715. Grayscale: #6B6B6B. Windows color (decimal): -4052758 or 15345858. OLE color: 15345858.
HSL color Cylindrical-coordinate representation of color #C228EA: hue angle of 287.63º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C228EA is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 40 | 234 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.08 |
| HSL | 287.63º | 0.82% | 0.54% | - |
| HSV(B) | 287.63º | 0.83% | 0.92% | - |
| XYZ | 37.86 | 18.93 | 79.5 | - |
| YUV | 108.16 | 199.02 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 234 | 0.17 | 0.83 | 0 | 0.08 | 287.63 | 0.82 | 0.54 |
| Hex | C2 | 28 | EA | 11 | 53 | 0 | 8 | 120 | 52 | 36 |
| Octal | 302 | 50 | 352 | 21 | 123 | 0 | 10 | 440 | 122 | 66 |
| Binary | 11000010 | 101000 | 11101010 | 10001 | 1010011 | 0 | 1000 | 100100000 | 1010010 | 110110 |
Color Harmonies of #C228EA
Complementary color
Monochromatic Colors of #C228EA
Black with #C228EA
Text Example
Text Example
White with #C228EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C228EA; }
p { color: rgb(194,40,234); }
H1.HeaderClassName
{
color: #C228EA;
}
.AnyTagClassName
{
color: #C228EA;
}
</style>
background-color css
<style>
a { background-color: #C228EA; }
a { background-color: rgb(194,40,234); }
div.DivClassName
{
background-color: #C228EA;
}
.BgClassName
{
background-color: #C228EA;
}
</style>
border-color css
<style>
span { border-color: #C228EA; }
span { border-color: rgb(194,40,234); }
td.TdClassName
{
border-color: #C228EA;
}
.TagClassName
{
border-color: #C228EA;
}
</style>