Shades of Electric Purple #C622E9
Tints of Electric Purple #C622E9
RGB
CMYK
RGB Variations
Color information
#C622E9 (or 0xC622E9) is known color: Electric Purple. HEX triplet: C6, 22 and E9. RGB value is (198,34,233). Sum of RGB (Red+Green+Blue) = 198+34+233=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 34 (13.67% from 255 or 7.31% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #C622E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C622E9 is #39DD16. Grayscale: #696969. Windows color (decimal): -3792151 or 15278790. OLE color: 15278790.
HSL color Cylindrical-coordinate representation of color #C622E9: hue angle of 289.45º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C622E9 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 34 | 233 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.09 |
| HSL | 289.45º | 0.82% | 0.52% | - |
| HSV(B) | 289.45º | 0.85% | 0.91% | - |
| XYZ | 38.57 | 19.03 | 78.73 | - |
| YUV | 105.72 | 199.83 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 233 | 0.15 | 0.85 | 0 | 0.09 | 289.45 | 0.82 | 0.52 |
| Hex | C6 | 22 | E9 | F | 55 | 0 | 9 | 121 | 52 | 34 |
| Octal | 306 | 42 | 351 | 17 | 125 | 0 | 11 | 441 | 122 | 64 |
| Binary | 11000110 | 100010 | 11101001 | 1111 | 1010101 | 0 | 1001 | 100100001 | 1010010 | 110100 |
Color Harmonies of #C622E9
Complementary color
Monochromatic Colors of #C622E9
Black with #C622E9
Text Example
Text Example
White with #C622E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C622E9; }
p { color: rgb(198,34,233); }
H1.HeaderClassName
{
color: #C622E9;
}
.AnyTagClassName
{
color: #C622E9;
}
</style>
background-color css
<style>
a { background-color: #C622E9; }
a { background-color: rgb(198,34,233); }
div.DivClassName
{
background-color: #C622E9;
}
.BgClassName
{
background-color: #C622E9;
}
</style>
border-color css
<style>
span { border-color: #C622E9; }
span { border-color: rgb(198,34,233); }
td.TdClassName
{
border-color: #C622E9;
}
.TagClassName
{
border-color: #C622E9;
}
</style>