Shades of Electric Purple #C226E4
Tints of Electric Purple #C226E4
RGB
CMYK
RGB Variations
Color information
#C226E4 (or 0xC226E4) is known color: Electric Purple. HEX triplet: C2, 26 and E4. RGB value is (194,38,228). Sum of RGB (Red+Green+Blue) = 194+38+228=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #C226E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C226E4 is #3DD91B. Grayscale: #696969. Windows color (decimal): -4053276 or 14952130. OLE color: 14952130.
HSL color Cylindrical-coordinate representation of color #C226E4: hue angle of 289.26º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C226E4 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 38 | 228 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.11 |
| HSL | 289.26º | 0.78% | 0.52% | - |
| HSV(B) | 289.26º | 0.83% | 0.89% | - |
| XYZ | 36.94 | 18.46 | 75.01 | - |
| YUV | 106.3 | 196.68 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 228 | 0.15 | 0.83 | 0 | 0.11 | 289.26 | 0.78 | 0.52 |
| Hex | C2 | 26 | E4 | F | 53 | 0 | B | 121 | 4E | 34 |
| Octal | 302 | 46 | 344 | 17 | 123 | 0 | 13 | 441 | 116 | 64 |
| Binary | 11000010 | 100110 | 11100100 | 1111 | 1010011 | 0 | 1011 | 100100001 | 1001110 | 110100 |
Color Harmonies of #C226E4
Complementary color
Monochromatic Colors of #C226E4
Black with #C226E4
Text Example
Text Example
White with #C226E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226E4; }
p { color: rgb(194,38,228); }
H1.HeaderClassName
{
color: #C226E4;
}
.AnyTagClassName
{
color: #C226E4;
}
</style>
background-color css
<style>
a { background-color: #C226E4; }
a { background-color: rgb(194,38,228); }
div.DivClassName
{
background-color: #C226E4;
}
.BgClassName
{
background-color: #C226E4;
}
</style>
border-color css
<style>
span { border-color: #C226E4; }
span { border-color: rgb(194,38,228); }
td.TdClassName
{
border-color: #C226E4;
}
.TagClassName
{
border-color: #C226E4;
}
</style>