Shades of Electric Purple #C626EC
Tints of Electric Purple #C626EC
RGB
CMYK
RGB Variations
Color information
#C626EC (or 0xC626EC) is known color: Electric Purple. HEX triplet: C6, 26 and EC. RGB value is (198,38,236). Sum of RGB (Red+Green+Blue) = 198+38+236=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #C626EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C626EC is #39D913. Grayscale: #6B6B6B. Windows color (decimal): -3791124 or 15476422. OLE color: 15476422.
HSL color Cylindrical-coordinate representation of color #C626EC: hue angle of 288.48º 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 #C626EC is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 38 | 236 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.07 |
| HSL | 288.48º | 0.84% | 0.54% | - |
| HSV(B) | 288.48º | 0.84% | 0.93% | - |
| XYZ | 39.12 | 19.45 | 81.05 | - |
| YUV | 108.41 | 200.01 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 236 | 0.16 | 0.84 | 0 | 0.07 | 288.48 | 0.84 | 0.54 |
| Hex | C6 | 26 | EC | 10 | 54 | 0 | 7 | 120 | 54 | 36 |
| Octal | 306 | 46 | 354 | 20 | 124 | 0 | 7 | 440 | 124 | 66 |
| Binary | 11000110 | 100110 | 11101100 | 10000 | 1010100 | 0 | 111 | 100100000 | 1010100 | 110110 |
Color Harmonies of #C626EC
Complementary color
Monochromatic Colors of #C626EC
Black with #C626EC
Text Example
Text Example
White with #C626EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C626EC; }
p { color: rgb(198,38,236); }
H1.HeaderClassName
{
color: #C626EC;
}
.AnyTagClassName
{
color: #C626EC;
}
</style>
background-color css
<style>
a { background-color: #C626EC; }
a { background-color: rgb(198,38,236); }
div.DivClassName
{
background-color: #C626EC;
}
.BgClassName
{
background-color: #C626EC;
}
</style>
border-color css
<style>
span { border-color: #C626EC; }
span { border-color: rgb(198,38,236); }
td.TdClassName
{
border-color: #C626EC;
}
.TagClassName
{
border-color: #C626EC;
}
</style>