Shades of Electric Purple #C626EA
Tints of Electric Purple #C626EA
RGB
CMYK
RGB Variations
Color information
#C626EA (or 0xC626EA) is known color: Electric Purple. HEX triplet: C6, 26 and EA. RGB value is (198,38,234). Sum of RGB (Red+Green+Blue) = 198+38+234=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #C626EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C626EA is #39D915. Grayscale: #6B6B6B. Windows color (decimal): -3791126 or 15345350. OLE color: 15345350.
HSL color Cylindrical-coordinate representation of color #C626EA: hue angle of 288.98º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C626EA is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 38 | 234 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.08 |
| HSL | 288.98º | 0.82% | 0.53% | - |
| HSV(B) | 288.98º | 0.84% | 0.92% | - |
| XYZ | 38.83 | 19.33 | 79.53 | - |
| YUV | 108.18 | 199.01 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 234 | 0.15 | 0.84 | 0 | 0.08 | 288.98 | 0.82 | 0.53 |
| Hex | C6 | 26 | EA | F | 54 | 0 | 8 | 121 | 52 | 35 |
| Octal | 306 | 46 | 352 | 17 | 124 | 0 | 10 | 441 | 122 | 65 |
| Binary | 11000110 | 100110 | 11101010 | 1111 | 1010100 | 0 | 1000 | 100100001 | 1010010 | 110101 |
Color Harmonies of #C626EA
Complementary color
Monochromatic Colors of #C626EA
Black with #C626EA
Text Example
Text Example
White with #C626EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C626EA; }
p { color: rgb(198,38,234); }
H1.HeaderClassName
{
color: #C626EA;
}
.AnyTagClassName
{
color: #C626EA;
}
</style>
background-color css
<style>
a { background-color: #C626EA; }
a { background-color: rgb(198,38,234); }
div.DivClassName
{
background-color: #C626EA;
}
.BgClassName
{
background-color: #C626EA;
}
</style>
border-color css
<style>
span { border-color: #C626EA; }
span { border-color: rgb(198,38,234); }
td.TdClassName
{
border-color: #C626EA;
}
.TagClassName
{
border-color: #C626EA;
}
</style>