Shades of Electric Purple #C026ED
Tints of Electric Purple #C026ED
RGB
CMYK
RGB Variations
Color information
#C026ED (or 0xC026ED) is known color: Electric Purple. HEX triplet: C0, 26 and ED. RGB value is (192,38,237). Sum of RGB (Red+Green+Blue) = 192+38+237=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #C026ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C026ED is #3FD912. Grayscale: #6A6A6A. Windows color (decimal): -4184339 or 15541952. OLE color: 15541952.
HSL color Cylindrical-coordinate representation of color #C026ED: hue angle of 286.43º degrees, saturation: 0.85, 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 #C026ED is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 38 | 237 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.07 |
| HSL | 286.43º | 0.85% | 0.54% | - |
| HSV(B) | 286.43º | 0.84% | 0.93% | - |
| XYZ | 37.72 | 18.71 | 81.74 | - |
| YUV | 106.73 | 201.52 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 237 | 0.19 | 0.84 | 0 | 0.07 | 286.43 | 0.85 | 0.54 |
| Hex | C0 | 26 | ED | 13 | 54 | 0 | 7 | 11E | 55 | 36 |
| Octal | 300 | 46 | 355 | 23 | 124 | 0 | 7 | 436 | 125 | 66 |
| Binary | 11000000 | 100110 | 11101101 | 10011 | 1010100 | 0 | 111 | 100011110 | 1010101 | 110110 |
Color Harmonies of #C026ED
Complementary color
Monochromatic Colors of #C026ED
Black with #C026ED
Text Example
Text Example
White with #C026ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026ED; }
p { color: rgb(192,38,237); }
H1.HeaderClassName
{
color: #C026ED;
}
.AnyTagClassName
{
color: #C026ED;
}
</style>
background-color css
<style>
a { background-color: #C026ED; }
a { background-color: rgb(192,38,237); }
div.DivClassName
{
background-color: #C026ED;
}
.BgClassName
{
background-color: #C026ED;
}
</style>
border-color css
<style>
span { border-color: #C026ED; }
span { border-color: rgb(192,38,237); }
td.TdClassName
{
border-color: #C026ED;
}
.TagClassName
{
border-color: #C026ED;
}
</style>