Shades of Electric Purple #C026EC
Tints of Electric Purple #C026EC
RGB
CMYK
RGB Variations
Color information
#C026EC (or 0xC026EC) is known color: Electric Purple. HEX triplet: C0, 26 and EC. RGB value is (192,38,236). Sum of RGB (Red+Green+Blue) = 192+38+236=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #C026EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C026EC is #3FD913. Grayscale: #696969. Windows color (decimal): -4184340 or 15476416. OLE color: 15476416.
HSL color Cylindrical-coordinate representation of color #C026EC: hue angle of 286.67º 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 #C026EC is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 38 | 236 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.07 |
| HSL | 286.67º | 0.84% | 0.54% | - |
| HSV(B) | 286.67º | 0.84% | 0.93% | - |
| XYZ | 37.57 | 18.65 | 80.98 | - |
| YUV | 106.62 | 201.02 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 236 | 0.19 | 0.84 | 0 | 0.07 | 286.67 | 0.84 | 0.54 |
| Hex | C0 | 26 | EC | 13 | 54 | 0 | 7 | 11F | 54 | 36 |
| Octal | 300 | 46 | 354 | 23 | 124 | 0 | 7 | 437 | 124 | 66 |
| Binary | 11000000 | 100110 | 11101100 | 10011 | 1010100 | 0 | 111 | 100011111 | 1010100 | 110110 |
Color Harmonies of #C026EC
Complementary color
Monochromatic Colors of #C026EC
Black with #C026EC
Text Example
Text Example
White with #C026EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026EC; }
p { color: rgb(192,38,236); }
H1.HeaderClassName
{
color: #C026EC;
}
.AnyTagClassName
{
color: #C026EC;
}
</style>
background-color css
<style>
a { background-color: #C026EC; }
a { background-color: rgb(192,38,236); }
div.DivClassName
{
background-color: #C026EC;
}
.BgClassName
{
background-color: #C026EC;
}
</style>
border-color css
<style>
span { border-color: #C026EC; }
span { border-color: rgb(192,38,236); }
td.TdClassName
{
border-color: #C026EC;
}
.TagClassName
{
border-color: #C026EC;
}
</style>