Shades of Electric Purple #C627EC
Tints of Electric Purple #C627EC
RGB
CMYK
RGB Variations
Color information
#C627EC (or 0xC627EC) is known color: Electric Purple. HEX triplet: C6, 27 and EC. RGB value is (198,39,236). Sum of RGB (Red+Green+Blue) = 198+39+236=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #C627EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C627EC is #39D813. Grayscale: #6C6C6C. Windows color (decimal): -3790868 or 15476678. OLE color: 15476678.
HSL color Cylindrical-coordinate representation of color #C627EC: hue angle of 288.43º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C627EC is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 39 | 236 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.07 |
| HSL | 288.43º | 0.84% | 0.54% | - |
| HSV(B) | 288.43º | 0.83% | 0.93% | - |
| XYZ | 39.15 | 19.51 | 81.06 | - |
| YUV | 109 | 199.68 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 236 | 0.16 | 0.83 | 0 | 0.07 | 288.43 | 0.84 | 0.54 |
| Hex | C6 | 27 | EC | 10 | 53 | 0 | 7 | 120 | 54 | 36 |
| Octal | 306 | 47 | 354 | 20 | 123 | 0 | 7 | 440 | 124 | 66 |
| Binary | 11000110 | 100111 | 11101100 | 10000 | 1010011 | 0 | 111 | 100100000 | 1010100 | 110110 |
Color Harmonies of #C627EC
Complementary color
Monochromatic Colors of #C627EC
Black with #C627EC
Text Example
Text Example
White with #C627EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C627EC; }
p { color: rgb(198,39,236); }
H1.HeaderClassName
{
color: #C627EC;
}
.AnyTagClassName
{
color: #C627EC;
}
</style>
background-color css
<style>
a { background-color: #C627EC; }
a { background-color: rgb(198,39,236); }
div.DivClassName
{
background-color: #C627EC;
}
.BgClassName
{
background-color: #C627EC;
}
</style>
border-color css
<style>
span { border-color: #C627EC; }
span { border-color: rgb(198,39,236); }
td.TdClassName
{
border-color: #C627EC;
}
.TagClassName
{
border-color: #C627EC;
}
</style>