Shades of Electric Purple #C822EE
Tints of Electric Purple #C822EE
RGB
CMYK
RGB Variations
Color information
#C822EE (or 0xC822EE) is known color: Electric Purple. HEX triplet: C8, 22 and EE. RGB value is (200,34,238). Sum of RGB (Red+Green+Blue) = 200+34+238=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #C822EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C822EE is #37DD11. Grayscale: #6A6A6A. Windows color (decimal): -3661074 or 15606472. OLE color: 15606472.
HSL color Cylindrical-coordinate representation of color #C822EE: hue angle of 288.82º 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 #C822EE is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 34 | 238 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.07 |
| HSL | 288.82º | 0.86% | 0.53% | - |
| HSV(B) | 288.82º | 0.86% | 0.93% | - |
| XYZ | 39.82 | 19.6 | 82.57 | - |
| YUV | 106.89 | 202 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 238 | 0.16 | 0.86 | 0 | 0.07 | 288.82 | 0.86 | 0.53 |
| Hex | C8 | 22 | EE | 10 | 56 | 0 | 7 | 121 | 56 | 35 |
| Octal | 310 | 42 | 356 | 20 | 126 | 0 | 7 | 441 | 126 | 65 |
| Binary | 11001000 | 100010 | 11101110 | 10000 | 1010110 | 0 | 111 | 100100001 | 1010110 | 110101 |
Color Harmonies of #C822EE
Complementary color
Monochromatic Colors of #C822EE
Black with #C822EE
Text Example
Text Example
White with #C822EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C822EE; }
p { color: rgb(200,34,238); }
H1.HeaderClassName
{
color: #C822EE;
}
.AnyTagClassName
{
color: #C822EE;
}
</style>
background-color css
<style>
a { background-color: #C822EE; }
a { background-color: rgb(200,34,238); }
div.DivClassName
{
background-color: #C822EE;
}
.BgClassName
{
background-color: #C822EE;
}
</style>
border-color css
<style>
span { border-color: #C822EE; }
span { border-color: rgb(200,34,238); }
td.TdClassName
{
border-color: #C822EE;
}
.TagClassName
{
border-color: #C822EE;
}
</style>