Shades of Electric Purple #C826E9
Tints of Electric Purple #C826E9
RGB
CMYK
RGB Variations
Color information
#C826E9 (or 0xC826E9) is known color: Electric Purple. HEX triplet: C8, 26 and E9. RGB value is (200,38,233). Sum of RGB (Red+Green+Blue) = 200+38+233=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #C826E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C826E9 is #37D916. Grayscale: #6C6C6C. Windows color (decimal): -3660055 or 15279816. OLE color: 15279816.
HSL color Cylindrical-coordinate representation of color #C826E9: hue angle of 289.85º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C826E9 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 38 | 233 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.09 |
| HSL | 289.85º | 0.82% | 0.53% | - |
| HSV(B) | 289.85º | 0.84% | 0.91% | - |
| XYZ | 39.22 | 19.55 | 78.8 | - |
| YUV | 108.67 | 198.17 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 233 | 0.14 | 0.84 | 0 | 0.09 | 289.85 | 0.82 | 0.53 |
| Hex | C8 | 26 | E9 | E | 54 | 0 | 9 | 122 | 52 | 35 |
| Octal | 310 | 46 | 351 | 16 | 124 | 0 | 11 | 442 | 122 | 65 |
| Binary | 11001000 | 100110 | 11101001 | 1110 | 1010100 | 0 | 1001 | 100100010 | 1010010 | 110101 |
Color Harmonies of #C826E9
Complementary color
Monochromatic Colors of #C826E9
Black with #C826E9
Text Example
Text Example
White with #C826E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826E9; }
p { color: rgb(200,38,233); }
H1.HeaderClassName
{
color: #C826E9;
}
.AnyTagClassName
{
color: #C826E9;
}
</style>
background-color css
<style>
a { background-color: #C826E9; }
a { background-color: rgb(200,38,233); }
div.DivClassName
{
background-color: #C826E9;
}
.BgClassName
{
background-color: #C826E9;
}
</style>
border-color css
<style>
span { border-color: #C826E9; }
span { border-color: rgb(200,38,233); }
td.TdClassName
{
border-color: #C826E9;
}
.TagClassName
{
border-color: #C826E9;
}
</style>