Shades of Electric Purple #C824ED
Tints of Electric Purple #C824ED
RGB
CMYK
RGB Variations
Color information
#C824ED (or 0xC824ED) is known color: Electric Purple. HEX triplet: C8, 24 and ED. RGB value is (200,36,237). Sum of RGB (Red+Green+Blue) = 200+36+237=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #C824ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C824ED is #37DB12. Grayscale: #6B6B6B. Windows color (decimal): -3660563 or 15541448. OLE color: 15541448.
HSL color Cylindrical-coordinate representation of color #C824ED: hue angle of 288.96º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C824ED is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 36 | 237 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.07 |
| HSL | 288.96º | 0.85% | 0.54% | - |
| HSV(B) | 288.96º | 0.85% | 0.93% | - |
| XYZ | 39.74 | 19.66 | 81.82 | - |
| YUV | 107.95 | 200.83 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 237 | 0.16 | 0.85 | 0 | 0.07 | 288.96 | 0.85 | 0.54 |
| Hex | C8 | 24 | ED | 10 | 55 | 0 | 7 | 121 | 55 | 36 |
| Octal | 310 | 44 | 355 | 20 | 125 | 0 | 7 | 441 | 125 | 66 |
| Binary | 11001000 | 100100 | 11101101 | 10000 | 1010101 | 0 | 111 | 100100001 | 1010101 | 110110 |
Color Harmonies of #C824ED
Complementary color
Monochromatic Colors of #C824ED
Black with #C824ED
Text Example
Text Example
White with #C824ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C824ED; }
p { color: rgb(200,36,237); }
H1.HeaderClassName
{
color: #C824ED;
}
.AnyTagClassName
{
color: #C824ED;
}
</style>
background-color css
<style>
a { background-color: #C824ED; }
a { background-color: rgb(200,36,237); }
div.DivClassName
{
background-color: #C824ED;
}
.BgClassName
{
background-color: #C824ED;
}
</style>
border-color css
<style>
span { border-color: #C824ED; }
span { border-color: rgb(200,36,237); }
td.TdClassName
{
border-color: #C824ED;
}
.TagClassName
{
border-color: #C824ED;
}
</style>