Shades of Electric Purple #C622EC
Tints of Electric Purple #C622EC
RGB
CMYK
RGB Variations
Color information
#C622EC (or 0xC622EC) is known color: Electric Purple. HEX triplet: C6, 22 and EC. RGB value is (198,34,236). Sum of RGB (Red+Green+Blue) = 198+34+236=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 34 (13.67% from 255 or 7.26% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #C622EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C622EC is #39DD13. Grayscale: #696969. Windows color (decimal): -3792148 or 15475398. OLE color: 15475398.
HSL color Cylindrical-coordinate representation of color #C622EC: hue angle of 288.71º 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 #C622EC is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 34 | 236 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.07 |
| HSL | 288.71º | 0.84% | 0.53% | - |
| HSV(B) | 288.71º | 0.86% | 0.93% | - |
| XYZ | 39 | 19.21 | 81.01 | - |
| YUV | 106.06 | 201.33 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 236 | 0.16 | 0.86 | 0 | 0.07 | 288.71 | 0.84 | 0.53 |
| Hex | C6 | 22 | EC | 10 | 56 | 0 | 7 | 121 | 54 | 35 |
| Octal | 306 | 42 | 354 | 20 | 126 | 0 | 7 | 441 | 124 | 65 |
| Binary | 11000110 | 100010 | 11101100 | 10000 | 1010110 | 0 | 111 | 100100001 | 1010100 | 110101 |
Color Harmonies of #C622EC
Complementary color
Monochromatic Colors of #C622EC
Black with #C622EC
Text Example
Text Example
White with #C622EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C622EC; }
p { color: rgb(198,34,236); }
H1.HeaderClassName
{
color: #C622EC;
}
.AnyTagClassName
{
color: #C622EC;
}
</style>
background-color css
<style>
a { background-color: #C622EC; }
a { background-color: rgb(198,34,236); }
div.DivClassName
{
background-color: #C622EC;
}
.BgClassName
{
background-color: #C622EC;
}
</style>
border-color css
<style>
span { border-color: #C622EC; }
span { border-color: rgb(198,34,236); }
td.TdClassName
{
border-color: #C622EC;
}
.TagClassName
{
border-color: #C622EC;
}
</style>