Shades of Electric Purple #C821EE
Tints of Electric Purple #C821EE
RGB
CMYK
RGB Variations
Color information
#C821EE (or 0xC821EE) is known color: Electric Purple. HEX triplet: C8, 21 and EE. RGB value is (200,33,238). Sum of RGB (Red+Green+Blue) = 200+33+238=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #C821EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C821EE is #37DE11. Grayscale: #696969. Windows color (decimal): -3661330 or 15606216. OLE color: 15606216.
HSL color Cylindrical-coordinate representation of color #C821EE: hue angle of 288.88º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C821EE is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 33 | 238 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.07 |
| HSL | 288.88º | 0.86% | 0.53% | - |
| HSV(B) | 288.88º | 0.86% | 0.93% | - |
| XYZ | 39.8 | 19.54 | 82.56 | - |
| YUV | 106.3 | 202.33 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 238 | 0.16 | 0.86 | 0 | 0.07 | 288.88 | 0.86 | 0.53 |
| Hex | C8 | 21 | EE | 10 | 56 | 0 | 7 | 121 | 56 | 35 |
| Octal | 310 | 41 | 356 | 20 | 126 | 0 | 7 | 441 | 126 | 65 |
| Binary | 11001000 | 100001 | 11101110 | 10000 | 1010110 | 0 | 111 | 100100001 | 1010110 | 110101 |
Color Harmonies of #C821EE
Complementary color
Monochromatic Colors of #C821EE
Black with #C821EE
Text Example
Text Example
White with #C821EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821EE; }
p { color: rgb(200,33,238); }
H1.HeaderClassName
{
color: #C821EE;
}
.AnyTagClassName
{
color: #C821EE;
}
</style>
background-color css
<style>
a { background-color: #C821EE; }
a { background-color: rgb(200,33,238); }
div.DivClassName
{
background-color: #C821EE;
}
.BgClassName
{
background-color: #C821EE;
}
</style>
border-color css
<style>
span { border-color: #C821EE; }
span { border-color: rgb(200,33,238); }
td.TdClassName
{
border-color: #C821EE;
}
.TagClassName
{
border-color: #C821EE;
}
</style>