Shades of Electric Purple #C026E8
Tints of Electric Purple #C026E8
RGB
CMYK
RGB Variations
Color information
#C026E8 (or 0xC026E8) is known color: Electric Purple. HEX triplet: C0, 26 and E8. RGB value is (192,38,232). Sum of RGB (Red+Green+Blue) = 192+38+232=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 38 (15.23% from 255 or 8.23% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #C026E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C026E8 is #3FD917. Grayscale: #696969. Windows color (decimal): -4184344 or 15214272. OLE color: 15214272.
HSL color Cylindrical-coordinate representation of color #C026E8: hue angle of 287.63º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C026E8 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 38 | 232 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.09 |
| HSL | 287.63º | 0.81% | 0.53% | - |
| HSV(B) | 287.63º | 0.84% | 0.91% | - |
| XYZ | 37 | 18.42 | 77.95 | - |
| YUV | 106.16 | 199.02 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 232 | 0.17 | 0.84 | 0 | 0.09 | 287.63 | 0.81 | 0.53 |
| Hex | C0 | 26 | E8 | 11 | 54 | 0 | 9 | 120 | 51 | 35 |
| Octal | 300 | 46 | 350 | 21 | 124 | 0 | 11 | 440 | 121 | 65 |
| Binary | 11000000 | 100110 | 11101000 | 10001 | 1010100 | 0 | 1001 | 100100000 | 1010001 | 110101 |
Color Harmonies of #C026E8
Complementary color
Monochromatic Colors of #C026E8
Black with #C026E8
Text Example
Text Example
White with #C026E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026E8; }
p { color: rgb(192,38,232); }
H1.HeaderClassName
{
color: #C026E8;
}
.AnyTagClassName
{
color: #C026E8;
}
</style>
background-color css
<style>
a { background-color: #C026E8; }
a { background-color: rgb(192,38,232); }
div.DivClassName
{
background-color: #C026E8;
}
.BgClassName
{
background-color: #C026E8;
}
</style>
border-color css
<style>
span { border-color: #C026E8; }
span { border-color: rgb(192,38,232); }
td.TdClassName
{
border-color: #C026E8;
}
.TagClassName
{
border-color: #C026E8;
}
</style>