Shades of Electric Purple #C616EE
Tints of Electric Purple #C616EE
RGB
CMYK
RGB Variations
Color information
#C616EE (or 0xC616EE) is known color: Electric Purple. HEX triplet: C6, 16 and EE. RGB value is (198,22,238). Sum of RGB (Red+Green+Blue) = 198+22+238=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 22 (8.98% from 255 or 4.80% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #C616EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C616EE is #39E911. Grayscale: #626262. Windows color (decimal): -3795218 or 15603398. OLE color: 15603398.
HSL color Cylindrical-coordinate representation of color #C616EE: hue angle of 288.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C616EE is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 22 | 238 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.07 |
| HSL | 288.89º | 0.86% | 0.51% | - |
| HSV(B) | 288.89º | 0.91% | 0.93% | - |
| XYZ | 39.01 | 18.75 | 82.45 | - |
| YUV | 99.25 | 206.31 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 238 | 0.17 | 0.91 | 0 | 0.07 | 288.89 | 0.86 | 0.51 |
| Hex | C6 | 16 | EE | 11 | 5B | 0 | 7 | 121 | 56 | 33 |
| Octal | 306 | 26 | 356 | 21 | 133 | 0 | 7 | 441 | 126 | 63 |
| Binary | 11000110 | 10110 | 11101110 | 10001 | 1011011 | 0 | 111 | 100100001 | 1010110 | 110011 |
Color Harmonies of #C616EE
Complementary color
Monochromatic Colors of #C616EE
Black with #C616EE
Text Example
Text Example
White with #C616EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C616EE; }
p { color: rgb(198,22,238); }
H1.HeaderClassName
{
color: #C616EE;
}
.AnyTagClassName
{
color: #C616EE;
}
</style>
background-color css
<style>
a { background-color: #C616EE; }
a { background-color: rgb(198,22,238); }
div.DivClassName
{
background-color: #C616EE;
}
.BgClassName
{
background-color: #C616EE;
}
</style>
border-color css
<style>
span { border-color: #C616EE; }
span { border-color: rgb(198,22,238); }
td.TdClassName
{
border-color: #C616EE;
}
.TagClassName
{
border-color: #C616EE;
}
</style>