Shades of Electric Purple #C822EC
Tints of Electric Purple #C822EC
RGB
CMYK
RGB Variations
Color information
#C822EC (or 0xC822EC) is known color: Electric Purple. HEX triplet: C8, 22 and EC. RGB value is (200,34,236). Sum of RGB (Red+Green+Blue) = 200+34+236=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 34 (13.67% from 255 or 7.23% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #C822EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C822EC is #37DD13. Grayscale: #6A6A6A. Windows color (decimal): -3661076 or 15475400. OLE color: 15475400.
HSL color Cylindrical-coordinate representation of color #C822EC: hue angle of 289.31º degrees, saturation: 0.84, 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 #C822EC is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 34 | 236 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.07 |
| HSL | 289.31º | 0.84% | 0.53% | - |
| HSV(B) | 289.31º | 0.86% | 0.93% | - |
| XYZ | 39.53 | 19.48 | 81.03 | - |
| YUV | 106.66 | 201 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 236 | 0.15 | 0.86 | 0 | 0.07 | 289.31 | 0.84 | 0.53 |
| Hex | C8 | 22 | EC | F | 56 | 0 | 7 | 121 | 54 | 35 |
| Octal | 310 | 42 | 354 | 17 | 126 | 0 | 7 | 441 | 124 | 65 |
| Binary | 11001000 | 100010 | 11101100 | 1111 | 1010110 | 0 | 111 | 100100001 | 1010100 | 110101 |
Color Harmonies of #C822EC
Complementary color
Monochromatic Colors of #C822EC
Black with #C822EC
Text Example
Text Example
White with #C822EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C822EC; }
p { color: rgb(200,34,236); }
H1.HeaderClassName
{
color: #C822EC;
}
.AnyTagClassName
{
color: #C822EC;
}
</style>
background-color css
<style>
a { background-color: #C822EC; }
a { background-color: rgb(200,34,236); }
div.DivClassName
{
background-color: #C822EC;
}
.BgClassName
{
background-color: #C822EC;
}
</style>
border-color css
<style>
span { border-color: #C822EC; }
span { border-color: rgb(200,34,236); }
td.TdClassName
{
border-color: #C822EC;
}
.TagClassName
{
border-color: #C822EC;
}
</style>