Shades of Electric Purple #C626ED
Tints of Electric Purple #C626ED
RGB
CMYK
RGB Variations
Color information
#C626ED (or 0xC626ED) is known color: Electric Purple. HEX triplet: C6, 26 and ED. RGB value is (198,38,237). Sum of RGB (Red+Green+Blue) = 198+38+237=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #C626ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C626ED is #39D912. Grayscale: #6B6B6B. Windows color (decimal): -3791123 or 15541958. OLE color: 15541958.
HSL color Cylindrical-coordinate representation of color #C626ED: hue angle of 288.24º degrees, saturation: 0.85, 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 #C626ED is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 38 | 237 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.07 |
| HSL | 288.24º | 0.85% | 0.54% | - |
| HSV(B) | 288.24º | 0.84% | 0.93% | - |
| XYZ | 39.27 | 19.51 | 81.82 | - |
| YUV | 108.53 | 200.51 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 237 | 0.16 | 0.84 | 0 | 0.07 | 288.24 | 0.85 | 0.54 |
| Hex | C6 | 26 | ED | 10 | 54 | 0 | 7 | 120 | 55 | 36 |
| Octal | 306 | 46 | 355 | 20 | 124 | 0 | 7 | 440 | 125 | 66 |
| Binary | 11000110 | 100110 | 11101101 | 10000 | 1010100 | 0 | 111 | 100100000 | 1010101 | 110110 |
Color Harmonies of #C626ED
Complementary color
Monochromatic Colors of #C626ED
Black with #C626ED
Text Example
Text Example
White with #C626ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C626ED; }
p { color: rgb(198,38,237); }
H1.HeaderClassName
{
color: #C626ED;
}
.AnyTagClassName
{
color: #C626ED;
}
</style>
background-color css
<style>
a { background-color: #C626ED; }
a { background-color: rgb(198,38,237); }
div.DivClassName
{
background-color: #C626ED;
}
.BgClassName
{
background-color: #C626ED;
}
</style>
border-color css
<style>
span { border-color: #C626ED; }
span { border-color: rgb(198,38,237); }
td.TdClassName
{
border-color: #C626ED;
}
.TagClassName
{
border-color: #C626ED;
}
</style>