Shades of Electric Purple #C605EC
Tints of Electric Purple #C605EC
RGB
CMYK
RGB Variations
Color information
#C605EC (or 0xC605EC) is known color: Electric Purple. HEX triplet: C6, 05 and EC. RGB value is (198,5,236). Sum of RGB (Red+Green+Blue) = 198+5+236=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 5 (2.34% from 255 or 1.14% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #C605EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C605EC is #39FA13. Grayscale: #585858. Windows color (decimal): -3799572 or 15467974. OLE color: 15467974.
HSL color Cylindrical-coordinate representation of color #C605EC: hue angle of 290.13º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C605EC is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 5 | 236 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.07 |
| HSL | 290.13º | 0.96% | 0.47% | - |
| HSV(B) | 290.13º | 0.98% | 0.93% | - |
| XYZ | 38.48 | 18.17 | 80.84 | - |
| YUV | 89.04 | 210.94 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 236 | 0.16 | 0.98 | 0 | 0.07 | 290.13 | 0.96 | 0.47 |
| Hex | C6 | 5 | EC | 10 | 62 | 0 | 7 | 122 | 60 | 2F |
| Octal | 306 | 5 | 354 | 20 | 142 | 0 | 7 | 442 | 140 | 57 |
| Binary | 11000110 | 101 | 11101100 | 10000 | 1100010 | 0 | 111 | 100100010 | 1100000 | 101111 |
Color Harmonies of #C605EC
Complementary color
Monochromatic Colors of #C605EC
Black with #C605EC
Text Example
Text Example
White with #C605EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C605EC; }
p { color: rgb(198,5,236); }
H1.HeaderClassName
{
color: #C605EC;
}
.AnyTagClassName
{
color: #C605EC;
}
</style>
background-color css
<style>
a { background-color: #C605EC; }
a { background-color: rgb(198,5,236); }
div.DivClassName
{
background-color: #C605EC;
}
.BgClassName
{
background-color: #C605EC;
}
</style>
border-color css
<style>
span { border-color: #C605EC; }
span { border-color: rgb(198,5,236); }
td.TdClassName
{
border-color: #C605EC;
}
.TagClassName
{
border-color: #C605EC;
}
</style>