Shades of Electric Purple #C826ED
Tints of Electric Purple #C826ED
RGB
CMYK
RGB Variations
Color information
#C826ED (or 0xC826ED) is known color: Electric Purple. HEX triplet: C8, 26 and ED. RGB value is (200,38,237). Sum of RGB (Red+Green+Blue) = 200+38+237=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 38 (15.23% from 255 or 8% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #C826ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C826ED is #37D912. Grayscale: #6C6C6C. Windows color (decimal): -3660051 or 15541960. OLE color: 15541960.
HSL color Cylindrical-coordinate representation of color #C826ED: hue angle of 288.84º 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 #C826ED is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 38 | 237 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.07 |
| HSL | 288.84º | 0.85% | 0.54% | - |
| HSV(B) | 288.84º | 0.84% | 0.93% | - |
| XYZ | 39.8 | 19.78 | 81.84 | - |
| YUV | 109.12 | 200.17 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 237 | 0.16 | 0.84 | 0 | 0.07 | 288.84 | 0.85 | 0.54 |
| Hex | C8 | 26 | ED | 10 | 54 | 0 | 7 | 121 | 55 | 36 |
| Octal | 310 | 46 | 355 | 20 | 124 | 0 | 7 | 441 | 125 | 66 |
| Binary | 11001000 | 100110 | 11101101 | 10000 | 1010100 | 0 | 111 | 100100001 | 1010101 | 110110 |
Color Harmonies of #C826ED
Complementary color
Monochromatic Colors of #C826ED
Black with #C826ED
Text Example
Text Example
White with #C826ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826ED; }
p { color: rgb(200,38,237); }
H1.HeaderClassName
{
color: #C826ED;
}
.AnyTagClassName
{
color: #C826ED;
}
</style>
background-color css
<style>
a { background-color: #C826ED; }
a { background-color: rgb(200,38,237); }
div.DivClassName
{
background-color: #C826ED;
}
.BgClassName
{
background-color: #C826ED;
}
</style>
border-color css
<style>
span { border-color: #C826ED; }
span { border-color: rgb(200,38,237); }
td.TdClassName
{
border-color: #C826ED;
}
.TagClassName
{
border-color: #C826ED;
}
</style>