Shades of Electric Purple #C627ED
Tints of Electric Purple #C627ED
RGB
CMYK
RGB Variations
Color information
#C627ED (or 0xC627ED) is known color: Electric Purple. HEX triplet: C6, 27 and ED. RGB value is (198,39,237). Sum of RGB (Red+Green+Blue) = 198+39+237=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #C627ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C627ED is #39D812. Grayscale: #6C6C6C. Windows color (decimal): -3790867 or 15542214. OLE color: 15542214.
HSL color Cylindrical-coordinate representation of color #C627ED: hue angle of 288.18º 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 #C627ED is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 39 | 237 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.07 |
| HSL | 288.18º | 0.85% | 0.54% | - |
| HSV(B) | 288.18º | 0.84% | 0.93% | - |
| XYZ | 39.3 | 19.57 | 81.83 | - |
| YUV | 109.11 | 200.18 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 237 | 0.16 | 0.84 | 0 | 0.07 | 288.18 | 0.85 | 0.54 |
| Hex | C6 | 27 | ED | 10 | 54 | 0 | 7 | 120 | 55 | 36 |
| Octal | 306 | 47 | 355 | 20 | 124 | 0 | 7 | 440 | 125 | 66 |
| Binary | 11000110 | 100111 | 11101101 | 10000 | 1010100 | 0 | 111 | 100100000 | 1010101 | 110110 |
Color Harmonies of #C627ED
Complementary color
Monochromatic Colors of #C627ED
Black with #C627ED
Text Example
Text Example
White with #C627ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C627ED; }
p { color: rgb(198,39,237); }
H1.HeaderClassName
{
color: #C627ED;
}
.AnyTagClassName
{
color: #C627ED;
}
</style>
background-color css
<style>
a { background-color: #C627ED; }
a { background-color: rgb(198,39,237); }
div.DivClassName
{
background-color: #C627ED;
}
.BgClassName
{
background-color: #C627ED;
}
</style>
border-color css
<style>
span { border-color: #C627ED; }
span { border-color: rgb(198,39,237); }
td.TdClassName
{
border-color: #C627ED;
}
.TagClassName
{
border-color: #C627ED;
}
</style>