Shades of Electric Purple #C625EC
Tints of Electric Purple #C625EC
RGB
CMYK
RGB Variations
Color information
#C625EC (or 0xC625EC) is known color: Electric Purple. HEX triplet: C6, 25 and EC. RGB value is (198,37,236). Sum of RGB (Red+Green+Blue) = 198+37+236=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #C625EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C625EC is #39DA13. Grayscale: #6B6B6B. Windows color (decimal): -3791380 or 15476166. OLE color: 15476166.
HSL color Cylindrical-coordinate representation of color #C625EC: hue angle of 288.54º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C625EC is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 37 | 236 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.07 |
| HSL | 288.54º | 0.84% | 0.54% | - |
| HSV(B) | 288.54º | 0.84% | 0.93% | - |
| XYZ | 39.09 | 19.39 | 81.04 | - |
| YUV | 107.83 | 200.34 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 236 | 0.16 | 0.84 | 0 | 0.07 | 288.54 | 0.84 | 0.54 |
| Hex | C6 | 25 | EC | 10 | 54 | 0 | 7 | 121 | 54 | 36 |
| Octal | 306 | 45 | 354 | 20 | 124 | 0 | 7 | 441 | 124 | 66 |
| Binary | 11000110 | 100101 | 11101100 | 10000 | 1010100 | 0 | 111 | 100100001 | 1010100 | 110110 |
Color Harmonies of #C625EC
Complementary color
Monochromatic Colors of #C625EC
Black with #C625EC
Text Example
Text Example
White with #C625EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C625EC; }
p { color: rgb(198,37,236); }
H1.HeaderClassName
{
color: #C625EC;
}
.AnyTagClassName
{
color: #C625EC;
}
</style>
background-color css
<style>
a { background-color: #C625EC; }
a { background-color: rgb(198,37,236); }
div.DivClassName
{
background-color: #C625EC;
}
.BgClassName
{
background-color: #C625EC;
}
</style>
border-color css
<style>
span { border-color: #C625EC; }
span { border-color: rgb(198,37,236); }
td.TdClassName
{
border-color: #C625EC;
}
.TagClassName
{
border-color: #C625EC;
}
</style>