Shades of Electric Purple #C226EC
Tints of Electric Purple #C226EC
RGB
CMYK
RGB Variations
Color information
#C226EC (or 0xC226EC) is known color: Electric Purple. HEX triplet: C2, 26 and EC. RGB value is (194,38,236). Sum of RGB (Red+Green+Blue) = 194+38+236=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 38 (15.23% from 255 or 8.12% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #C226EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C226EC is #3DD913. Grayscale: #6A6A6A. Windows color (decimal): -4053268 or 15476418. OLE color: 15476418.
HSL color Cylindrical-coordinate representation of color #C226EC: hue angle of 287.27º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C226EC is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 38 | 236 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.07 |
| HSL | 287.27º | 0.84% | 0.54% | - |
| HSV(B) | 287.27º | 0.84% | 0.93% | - |
| XYZ | 38.08 | 18.91 | 81 | - |
| YUV | 107.22 | 200.68 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 236 | 0.18 | 0.84 | 0 | 0.07 | 287.27 | 0.84 | 0.54 |
| Hex | C2 | 26 | EC | 12 | 54 | 0 | 7 | 11F | 54 | 36 |
| Octal | 302 | 46 | 354 | 22 | 124 | 0 | 7 | 437 | 124 | 66 |
| Binary | 11000010 | 100110 | 11101100 | 10010 | 1010100 | 0 | 111 | 100011111 | 1010100 | 110110 |
Color Harmonies of #C226EC
Complementary color
Monochromatic Colors of #C226EC
Black with #C226EC
Text Example
Text Example
White with #C226EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226EC; }
p { color: rgb(194,38,236); }
H1.HeaderClassName
{
color: #C226EC;
}
.AnyTagClassName
{
color: #C226EC;
}
</style>
background-color css
<style>
a { background-color: #C226EC; }
a { background-color: rgb(194,38,236); }
div.DivClassName
{
background-color: #C226EC;
}
.BgClassName
{
background-color: #C226EC;
}
</style>
border-color css
<style>
span { border-color: #C226EC; }
span { border-color: rgb(194,38,236); }
td.TdClassName
{
border-color: #C226EC;
}
.TagClassName
{
border-color: #C226EC;
}
</style>