Shades of Electric Purple #C625EF
Tints of Electric Purple #C625EF
RGB
CMYK
RGB Variations
Color information
#C625EF (or 0xC625EF) is known color: Electric Purple. HEX triplet: C6, 25 and EF. RGB value is (198,37,239). Sum of RGB (Red+Green+Blue) = 198+37+239=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 37 (14.84% from 255 or 7.81% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #C625EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C625EF is #39DA10. Grayscale: #6B6B6B. Windows color (decimal): -3791377 or 15672774. OLE color: 15672774.
HSL color Cylindrical-coordinate representation of color #C625EF: hue angle of 287.82º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C625EF is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 37 | 239 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.06 |
| HSL | 287.82º | 0.86% | 0.54% | - |
| HSV(B) | 287.82º | 0.85% | 0.94% | - |
| XYZ | 39.53 | 19.56 | 83.35 | - |
| YUV | 108.17 | 201.84 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 239 | 0.17 | 0.85 | 0 | 0.06 | 287.82 | 0.86 | 0.54 |
| Hex | C6 | 25 | EF | 11 | 55 | 0 | 6 | 120 | 56 | 36 |
| Octal | 306 | 45 | 357 | 21 | 125 | 0 | 6 | 440 | 126 | 66 |
| Binary | 11000110 | 100101 | 11101111 | 10001 | 1010101 | 0 | 110 | 100100000 | 1010110 | 110110 |
Color Harmonies of #C625EF
Complementary color
Monochromatic Colors of #C625EF
Black with #C625EF
Text Example
Text Example
White with #C625EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C625EF; }
p { color: rgb(198,37,239); }
H1.HeaderClassName
{
color: #C625EF;
}
.AnyTagClassName
{
color: #C625EF;
}
</style>
background-color css
<style>
a { background-color: #C625EF; }
a { background-color: rgb(198,37,239); }
div.DivClassName
{
background-color: #C625EF;
}
.BgClassName
{
background-color: #C625EF;
}
</style>
border-color css
<style>
span { border-color: #C625EF; }
span { border-color: rgb(198,37,239); }
td.TdClassName
{
border-color: #C625EF;
}
.TagClassName
{
border-color: #C625EF;
}
</style>