Shades of Electric Purple #C822EA
Tints of Electric Purple #C822EA
RGB
CMYK
RGB Variations
Color information
#C822EA (or 0xC822EA) is known color: Electric Purple. HEX triplet: C8, 22 and EA. RGB value is (200,34,234). Sum of RGB (Red+Green+Blue) = 200+34+234=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 34 (13.67% from 255 or 7.26% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #C822EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C822EA is #37DD15. Grayscale: #696969. Windows color (decimal): -3661078 or 15344328. OLE color: 15344328.
HSL color Cylindrical-coordinate representation of color #C822EA: hue angle of 289.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C822EA is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 34 | 234 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.08 |
| HSL | 289.8º | 0.83% | 0.53% | - |
| HSV(B) | 289.8º | 0.85% | 0.92% | - |
| XYZ | 39.24 | 19.36 | 79.51 | - |
| YUV | 106.43 | 200 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 234 | 0.15 | 0.85 | 0 | 0.08 | 289.8 | 0.83 | 0.53 |
| Hex | C8 | 22 | EA | F | 55 | 0 | 8 | 122 | 53 | 35 |
| Octal | 310 | 42 | 352 | 17 | 125 | 0 | 10 | 442 | 123 | 65 |
| Binary | 11001000 | 100010 | 11101010 | 1111 | 1010101 | 0 | 1000 | 100100010 | 1010011 | 110101 |
Color Harmonies of #C822EA
Complementary color
Monochromatic Colors of #C822EA
Black with #C822EA
Text Example
Text Example
White with #C822EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C822EA; }
p { color: rgb(200,34,234); }
H1.HeaderClassName
{
color: #C822EA;
}
.AnyTagClassName
{
color: #C822EA;
}
</style>
background-color css
<style>
a { background-color: #C822EA; }
a { background-color: rgb(200,34,234); }
div.DivClassName
{
background-color: #C822EA;
}
.BgClassName
{
background-color: #C822EA;
}
</style>
border-color css
<style>
span { border-color: #C822EA; }
span { border-color: rgb(200,34,234); }
td.TdClassName
{
border-color: #C822EA;
}
.TagClassName
{
border-color: #C822EA;
}
</style>