Shades of Electric Purple #C026EF
Tints of Electric Purple #C026EF
RGB
CMYK
RGB Variations
Color information
#C026EF (or 0xC026EF) is known color: Electric Purple. HEX triplet: C0, 26 and EF. RGB value is (192,38,239). Sum of RGB (Red+Green+Blue) = 192+38+239=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #C026EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C026EF is #3FD910. Grayscale: #6A6A6A. Windows color (decimal): -4184337 or 15673024. OLE color: 15673024.
HSL color Cylindrical-coordinate representation of color #C026EF: hue angle of 285.97º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C026EF is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 38 | 239 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.06 |
| HSL | 285.97º | 0.86% | 0.54% | - |
| HSV(B) | 285.97º | 0.84% | 0.94% | - |
| XYZ | 38.01 | 18.82 | 83.29 | - |
| YUV | 106.96 | 202.52 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 239 | 0.20 | 0.84 | 0 | 0.06 | 285.97 | 0.86 | 0.54 |
| Hex | C0 | 26 | EF | 14 | 54 | 0 | 6 | 11E | 56 | 36 |
| Octal | 300 | 46 | 357 | 24 | 124 | 0 | 6 | 436 | 126 | 66 |
| Binary | 11000000 | 100110 | 11101111 | 10100 | 1010100 | 0 | 110 | 100011110 | 1010110 | 110110 |
Color Harmonies of #C026EF
Complementary color
Monochromatic Colors of #C026EF
Black with #C026EF
Text Example
Text Example
White with #C026EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026EF; }
p { color: rgb(192,38,239); }
H1.HeaderClassName
{
color: #C026EF;
}
.AnyTagClassName
{
color: #C026EF;
}
</style>
background-color css
<style>
a { background-color: #C026EF; }
a { background-color: rgb(192,38,239); }
div.DivClassName
{
background-color: #C026EF;
}
.BgClassName
{
background-color: #C026EF;
}
</style>
border-color css
<style>
span { border-color: #C026EF; }
span { border-color: rgb(192,38,239); }
td.TdClassName
{
border-color: #C026EF;
}
.TagClassName
{
border-color: #C026EF;
}
</style>