Shades of Electric Purple #C614EE
Tints of Electric Purple #C614EE
RGB
CMYK
RGB Variations
Color information
#C614EE (or 0xC614EE) is known color: Electric Purple. HEX triplet: C6, 14 and EE. RGB value is (198,20,238). Sum of RGB (Red+Green+Blue) = 198+20+238=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #C614EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C614EE is #39EB11. Grayscale: #616161. Windows color (decimal): -3795730 or 15602886. OLE color: 15602886.
HSL color Cylindrical-coordinate representation of color #C614EE: hue angle of 288.99º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C614EE is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 20 | 238 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.07 |
| HSL | 288.99º | 0.87% | 0.51% | - |
| HSV(B) | 288.99º | 0.92% | 0.93% | - |
| XYZ | 38.97 | 18.68 | 82.44 | - |
| YUV | 98.07 | 206.97 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 238 | 0.17 | 0.92 | 0 | 0.07 | 288.99 | 0.87 | 0.51 |
| Hex | C6 | 14 | EE | 11 | 5C | 0 | 7 | 121 | 57 | 33 |
| Octal | 306 | 24 | 356 | 21 | 134 | 0 | 7 | 441 | 127 | 63 |
| Binary | 11000110 | 10100 | 11101110 | 10001 | 1011100 | 0 | 111 | 100100001 | 1010111 | 110011 |
Color Harmonies of #C614EE
Complementary color
Monochromatic Colors of #C614EE
Black with #C614EE
Text Example
Text Example
White with #C614EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614EE; }
p { color: rgb(198,20,238); }
H1.HeaderClassName
{
color: #C614EE;
}
.AnyTagClassName
{
color: #C614EE;
}
</style>
background-color css
<style>
a { background-color: #C614EE; }
a { background-color: rgb(198,20,238); }
div.DivClassName
{
background-color: #C614EE;
}
.BgClassName
{
background-color: #C614EE;
}
</style>
border-color css
<style>
span { border-color: #C614EE; }
span { border-color: rgb(198,20,238); }
td.TdClassName
{
border-color: #C614EE;
}
.TagClassName
{
border-color: #C614EE;
}
</style>