Shades of Electric Purple #C626E7
Tints of Electric Purple #C626E7
RGB
CMYK
RGB Variations
Color information
#C626E7 (or 0xC626E7) is known color: Electric Purple. HEX triplet: C6, 26 and E7. RGB value is (198,38,231). Sum of RGB (Red+Green+Blue) = 198+38+231=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 231 (90.62% from 255 or 49.46% from 467); Max value from RGB is 231 - color contains mainly: blue. Hex color #C626E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C626E7 is #39D918. Grayscale: #6B6B6B. Windows color (decimal): -3791129 or 15148742. OLE color: 15148742.
HSL color Cylindrical-coordinate representation of color #C626E7: hue angle of 289.74º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C626E7 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 38 | 231 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.09 |
| HSL | 289.74º | 0.8% | 0.53% | - |
| HSV(B) | 289.74º | 0.84% | 0.91% | - |
| XYZ | 38.41 | 19.16 | 77.28 | - |
| YUV | 107.84 | 197.51 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 231 | 0.14 | 0.84 | 0 | 0.09 | 289.74 | 0.8 | 0.53 |
| Hex | C6 | 26 | E7 | E | 54 | 0 | 9 | 122 | 50 | 35 |
| Octal | 306 | 46 | 347 | 16 | 124 | 0 | 11 | 442 | 120 | 65 |
| Binary | 11000110 | 100110 | 11100111 | 1110 | 1010100 | 0 | 1001 | 100100010 | 1010000 | 110101 |
Color Harmonies of #C626E7
Complementary color
Monochromatic Colors of #C626E7
Black with #C626E7
Text Example
Text Example
White with #C626E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C626E7; }
p { color: rgb(198,38,231); }
H1.HeaderClassName
{
color: #C626E7;
}
.AnyTagClassName
{
color: #C626E7;
}
</style>
background-color css
<style>
a { background-color: #C626E7; }
a { background-color: rgb(198,38,231); }
div.DivClassName
{
background-color: #C626E7;
}
.BgClassName
{
background-color: #C626E7;
}
</style>
border-color css
<style>
span { border-color: #C626E7; }
span { border-color: rgb(198,38,231); }
td.TdClassName
{
border-color: #C626E7;
}
.TagClassName
{
border-color: #C626E7;
}
</style>