Shades of Electric Purple #C618EB
Tints of Electric Purple #C618EB
RGB
CMYK
RGB Variations
Color information
#C618EB (or 0xC618EB) is known color: Electric Purple. HEX triplet: C6, 18 and EB. RGB value is (198,24,235). Sum of RGB (Red+Green+Blue) = 198+24+235=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #C618EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C618EB is #39E714. Grayscale: #636363. Windows color (decimal): -3794709 or 15407302. OLE color: 15407302.
HSL color Cylindrical-coordinate representation of color #C618EB: hue angle of 289.48º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C618EB is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 24 | 235 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.08 |
| HSL | 289.48º | 0.84% | 0.51% | - |
| HSV(B) | 289.48º | 0.9% | 0.92% | - |
| XYZ | 38.61 | 18.66 | 80.16 | - |
| YUV | 100.08 | 204.15 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 235 | 0.16 | 0.90 | 0 | 0.08 | 289.48 | 0.84 | 0.51 |
| Hex | C6 | 18 | EB | 10 | 5A | 0 | 8 | 121 | 54 | 33 |
| Octal | 306 | 30 | 353 | 20 | 132 | 0 | 10 | 441 | 124 | 63 |
| Binary | 11000110 | 11000 | 11101011 | 10000 | 1011010 | 0 | 1000 | 100100001 | 1010100 | 110011 |
Color Harmonies of #C618EB
Complementary color
Monochromatic Colors of #C618EB
Black with #C618EB
Text Example
Text Example
White with #C618EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618EB; }
p { color: rgb(198,24,235); }
H1.HeaderClassName
{
color: #C618EB;
}
.AnyTagClassName
{
color: #C618EB;
}
</style>
background-color css
<style>
a { background-color: #C618EB; }
a { background-color: rgb(198,24,235); }
div.DivClassName
{
background-color: #C618EB;
}
.BgClassName
{
background-color: #C618EB;
}
</style>
border-color css
<style>
span { border-color: #C618EB; }
span { border-color: rgb(198,24,235); }
td.TdClassName
{
border-color: #C618EB;
}
.TagClassName
{
border-color: #C618EB;
}
</style>