Shades of Electric Purple #C618EE
Tints of Electric Purple #C618EE
RGB
CMYK
RGB Variations
Color information
#C618EE (or 0xC618EE) is known color: Electric Purple. HEX triplet: C6, 18 and EE. RGB value is (198,24,238). Sum of RGB (Red+Green+Blue) = 198+24+238=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #C618EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C618EE is #39E711. Grayscale: #636363. Windows color (decimal): -3794706 or 15603910. OLE color: 15603910.
HSL color Cylindrical-coordinate representation of color #C618EE: hue angle of 288.79º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C618EE is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 24 | 238 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.07 |
| HSL | 288.79º | 0.86% | 0.51% | - |
| HSV(B) | 288.79º | 0.9% | 0.93% | - |
| XYZ | 39.05 | 18.83 | 82.47 | - |
| YUV | 100.42 | 205.65 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 238 | 0.17 | 0.90 | 0 | 0.07 | 288.79 | 0.86 | 0.51 |
| Hex | C6 | 18 | EE | 11 | 5A | 0 | 7 | 121 | 56 | 33 |
| Octal | 306 | 30 | 356 | 21 | 132 | 0 | 7 | 441 | 126 | 63 |
| Binary | 11000110 | 11000 | 11101110 | 10001 | 1011010 | 0 | 111 | 100100001 | 1010110 | 110011 |
Color Harmonies of #C618EE
Complementary color
Monochromatic Colors of #C618EE
Black with #C618EE
Text Example
Text Example
White with #C618EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618EE; }
p { color: rgb(198,24,238); }
H1.HeaderClassName
{
color: #C618EE;
}
.AnyTagClassName
{
color: #C618EE;
}
</style>
background-color css
<style>
a { background-color: #C618EE; }
a { background-color: rgb(198,24,238); }
div.DivClassName
{
background-color: #C618EE;
}
.BgClassName
{
background-color: #C618EE;
}
</style>
border-color css
<style>
span { border-color: #C618EE; }
span { border-color: rgb(198,24,238); }
td.TdClassName
{
border-color: #C618EE;
}
.TagClassName
{
border-color: #C618EE;
}
</style>