Shades of Electric Purple #C826EA
Tints of Electric Purple #C826EA
RGB
CMYK
RGB Variations
Color information
#C826EA (or 0xC826EA) is known color: Electric Purple. HEX triplet: C8, 26 and EA. RGB value is (200,38,234). Sum of RGB (Red+Green+Blue) = 200+38+234=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #C826EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C826EA is #37D915. Grayscale: #6C6C6C. Windows color (decimal): -3660054 or 15345352. OLE color: 15345352.
HSL color Cylindrical-coordinate representation of color #C826EA: hue angle of 289.59º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C826EA is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 38 | 234 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.08 |
| HSL | 289.59º | 0.82% | 0.53% | - |
| HSV(B) | 289.59º | 0.84% | 0.92% | - |
| XYZ | 39.36 | 19.61 | 79.55 | - |
| YUV | 108.78 | 198.67 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 234 | 0.15 | 0.84 | 0 | 0.08 | 289.59 | 0.82 | 0.53 |
| Hex | C8 | 26 | EA | F | 54 | 0 | 8 | 122 | 52 | 35 |
| Octal | 310 | 46 | 352 | 17 | 124 | 0 | 10 | 442 | 122 | 65 |
| Binary | 11001000 | 100110 | 11101010 | 1111 | 1010100 | 0 | 1000 | 100100010 | 1010010 | 110101 |
Color Harmonies of #C826EA
Complementary color
Monochromatic Colors of #C826EA
Black with #C826EA
Text Example
Text Example
White with #C826EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826EA; }
p { color: rgb(200,38,234); }
H1.HeaderClassName
{
color: #C826EA;
}
.AnyTagClassName
{
color: #C826EA;
}
</style>
background-color css
<style>
a { background-color: #C826EA; }
a { background-color: rgb(200,38,234); }
div.DivClassName
{
background-color: #C826EA;
}
.BgClassName
{
background-color: #C826EA;
}
</style>
border-color css
<style>
span { border-color: #C826EA; }
span { border-color: rgb(200,38,234); }
td.TdClassName
{
border-color: #C826EA;
}
.TagClassName
{
border-color: #C826EA;
}
</style>