Shades of Electric Purple #C616EB
Tints of Electric Purple #C616EB
RGB
CMYK
RGB Variations
Color information
#C616EB (or 0xC616EB) is known color: Electric Purple. HEX triplet: C6, 16 and EB. RGB value is (198,22,235). Sum of RGB (Red+Green+Blue) = 198+22+235=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #C616EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C616EB is #39E914. Grayscale: #626262. Windows color (decimal): -3795221 or 15406790. OLE color: 15406790.
HSL color Cylindrical-coordinate representation of color #C616EB: hue angle of 289.58º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C616EB is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 22 | 235 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.08 |
| HSL | 289.58º | 0.84% | 0.5% | - |
| HSV(B) | 289.58º | 0.91% | 0.92% | - |
| XYZ | 38.57 | 18.58 | 80.15 | - |
| YUV | 98.91 | 204.81 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 235 | 0.16 | 0.91 | 0 | 0.08 | 289.58 | 0.84 | 0.5 |
| Hex | C6 | 16 | EB | 10 | 5B | 0 | 8 | 122 | 54 | 32 |
| Octal | 306 | 26 | 353 | 20 | 133 | 0 | 10 | 442 | 124 | 62 |
| Binary | 11000110 | 10110 | 11101011 | 10000 | 1011011 | 0 | 1000 | 100100010 | 1010100 | 110010 |
Color Harmonies of #C616EB
Complementary color
Monochromatic Colors of #C616EB
Black with #C616EB
Text Example
Text Example
White with #C616EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C616EB; }
p { color: rgb(198,22,235); }
H1.HeaderClassName
{
color: #C616EB;
}
.AnyTagClassName
{
color: #C616EB;
}
</style>
background-color css
<style>
a { background-color: #C616EB; }
a { background-color: rgb(198,22,235); }
div.DivClassName
{
background-color: #C616EB;
}
.BgClassName
{
background-color: #C616EB;
}
</style>
border-color css
<style>
span { border-color: #C616EB; }
span { border-color: rgb(198,22,235); }
td.TdClassName
{
border-color: #C616EB;
}
.TagClassName
{
border-color: #C616EB;
}
</style>