Shades of Electric Purple #C826EC
Tints of Electric Purple #C826EC
RGB
CMYK
RGB Variations
Color information
#C826EC (or 0xC826EC) is known color: Electric Purple. HEX triplet: C8, 26 and EC. RGB value is (200,38,236). Sum of RGB (Red+Green+Blue) = 200+38+236=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 38 (15.23% from 255 or 8.02% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #C826EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C826EC is #37D913. Grayscale: #6C6C6C. Windows color (decimal): -3660052 or 15476424. OLE color: 15476424.
HSL color Cylindrical-coordinate representation of color #C826EC: hue angle of 289.09º 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 #C826EC is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 38 | 236 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.07 |
| HSL | 289.09º | 0.84% | 0.54% | - |
| HSV(B) | 289.09º | 0.84% | 0.93% | - |
| XYZ | 39.65 | 19.72 | 81.07 | - |
| YUV | 109.01 | 199.67 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 236 | 0.15 | 0.84 | 0 | 0.07 | 289.09 | 0.84 | 0.54 |
| Hex | C8 | 26 | EC | F | 54 | 0 | 7 | 121 | 54 | 36 |
| Octal | 310 | 46 | 354 | 17 | 124 | 0 | 7 | 441 | 124 | 66 |
| Binary | 11001000 | 100110 | 11101100 | 1111 | 1010100 | 0 | 111 | 100100001 | 1010100 | 110110 |
Color Harmonies of #C826EC
Complementary color
Monochromatic Colors of #C826EC
Black with #C826EC
Text Example
Text Example
White with #C826EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826EC; }
p { color: rgb(200,38,236); }
H1.HeaderClassName
{
color: #C826EC;
}
.AnyTagClassName
{
color: #C826EC;
}
</style>
background-color css
<style>
a { background-color: #C826EC; }
a { background-color: rgb(200,38,236); }
div.DivClassName
{
background-color: #C826EC;
}
.BgClassName
{
background-color: #C826EC;
}
</style>
border-color css
<style>
span { border-color: #C826EC; }
span { border-color: rgb(200,38,236); }
td.TdClassName
{
border-color: #C826EC;
}
.TagClassName
{
border-color: #C826EC;
}
</style>