Shades of Electric Purple #C823EE
Tints of Electric Purple #C823EE
RGB
CMYK
RGB Variations
Color information
#C823EE (or 0xC823EE) is known color: Electric Purple. HEX triplet: C8, 23 and EE. RGB value is (200,35,238). Sum of RGB (Red+Green+Blue) = 200+35+238=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 35 (14.06% from 255 or 7.40% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #C823EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C823EE is #37DC11. Grayscale: #6A6A6A. Windows color (decimal): -3660818 or 15606728. OLE color: 15606728.
HSL color Cylindrical-coordinate representation of color #C823EE: hue angle of 288.77º degrees, saturation: 0.86, 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 #C823EE is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 35 | 238 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.07 |
| HSL | 288.77º | 0.86% | 0.54% | - |
| HSV(B) | 288.77º | 0.85% | 0.93% | - |
| XYZ | 39.85 | 19.65 | 82.58 | - |
| YUV | 107.48 | 201.66 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 238 | 0.16 | 0.85 | 0 | 0.07 | 288.77 | 0.86 | 0.54 |
| Hex | C8 | 23 | EE | 10 | 55 | 0 | 7 | 121 | 56 | 36 |
| Octal | 310 | 43 | 356 | 20 | 125 | 0 | 7 | 441 | 126 | 66 |
| Binary | 11001000 | 100011 | 11101110 | 10000 | 1010101 | 0 | 111 | 100100001 | 1010110 | 110110 |
Color Harmonies of #C823EE
Complementary color
Monochromatic Colors of #C823EE
Black with #C823EE
Text Example
Text Example
White with #C823EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C823EE; }
p { color: rgb(200,35,238); }
H1.HeaderClassName
{
color: #C823EE;
}
.AnyTagClassName
{
color: #C823EE;
}
</style>
background-color css
<style>
a { background-color: #C823EE; }
a { background-color: rgb(200,35,238); }
div.DivClassName
{
background-color: #C823EE;
}
.BgClassName
{
background-color: #C823EE;
}
</style>
border-color css
<style>
span { border-color: #C823EE; }
span { border-color: rgb(200,35,238); }
td.TdClassName
{
border-color: #C823EE;
}
.TagClassName
{
border-color: #C823EE;
}
</style>