Shades of Electric Purple #C621EC
Tints of Electric Purple #C621EC
RGB
CMYK
RGB Variations
Color information
#C621EC (or 0xC621EC) is known color: Electric Purple. HEX triplet: C6, 21 and EC. RGB value is (198,33,236). Sum of RGB (Red+Green+Blue) = 198+33+236=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #C621EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C621EC is #39DE13. Grayscale: #686868. Windows color (decimal): -3792404 or 15475142. OLE color: 15475142.
HSL color Cylindrical-coordinate representation of color #C621EC: hue angle of 288.77º 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 #C621EC is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 33 | 236 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.07 |
| HSL | 288.77º | 0.84% | 0.53% | - |
| HSV(B) | 288.77º | 0.86% | 0.93% | - |
| XYZ | 38.97 | 19.15 | 81 | - |
| YUV | 105.48 | 201.66 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 236 | 0.16 | 0.86 | 0 | 0.07 | 288.77 | 0.84 | 0.53 |
| Hex | C6 | 21 | EC | 10 | 56 | 0 | 7 | 121 | 54 | 35 |
| Octal | 306 | 41 | 354 | 20 | 126 | 0 | 7 | 441 | 124 | 65 |
| Binary | 11000110 | 100001 | 11101100 | 10000 | 1010110 | 0 | 111 | 100100001 | 1010100 | 110101 |
Color Harmonies of #C621EC
Complementary color
Monochromatic Colors of #C621EC
Black with #C621EC
Text Example
Text Example
White with #C621EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C621EC; }
p { color: rgb(198,33,236); }
H1.HeaderClassName
{
color: #C621EC;
}
.AnyTagClassName
{
color: #C621EC;
}
</style>
background-color css
<style>
a { background-color: #C621EC; }
a { background-color: rgb(198,33,236); }
div.DivClassName
{
background-color: #C621EC;
}
.BgClassName
{
background-color: #C621EC;
}
</style>
border-color css
<style>
span { border-color: #C621EC; }
span { border-color: rgb(198,33,236); }
td.TdClassName
{
border-color: #C621EC;
}
.TagClassName
{
border-color: #C621EC;
}
</style>