Shades of Electric Purple #C616EF
Tints of Electric Purple #C616EF
RGB
CMYK
RGB Variations
Color information
#C616EF (or 0xC616EF) is known color: Electric Purple. HEX triplet: C6, 16 and EF. RGB value is (198,22,239). Sum of RGB (Red+Green+Blue) = 198+22+239=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #C616EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C616EF is #39E910. Grayscale: #626262. Windows color (decimal): -3795217 or 15668934. OLE color: 15668934.
HSL color Cylindrical-coordinate representation of color #C616EF: hue angle of 288.66º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C616EF is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 22 | 239 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.06 |
| HSL | 288.66º | 0.87% | 0.51% | - |
| HSV(B) | 288.66º | 0.91% | 0.94% | - |
| XYZ | 39.16 | 18.81 | 83.23 | - |
| YUV | 99.36 | 206.81 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 239 | 0.17 | 0.91 | 0 | 0.06 | 288.66 | 0.87 | 0.51 |
| Hex | C6 | 16 | EF | 11 | 5B | 0 | 6 | 121 | 57 | 33 |
| Octal | 306 | 26 | 357 | 21 | 133 | 0 | 6 | 441 | 127 | 63 |
| Binary | 11000110 | 10110 | 11101111 | 10001 | 1011011 | 0 | 110 | 100100001 | 1010111 | 110011 |
Color Harmonies of #C616EF
Complementary color
Monochromatic Colors of #C616EF
Black with #C616EF
Text Example
Text Example
White with #C616EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C616EF; }
p { color: rgb(198,22,239); }
H1.HeaderClassName
{
color: #C616EF;
}
.AnyTagClassName
{
color: #C616EF;
}
</style>
background-color css
<style>
a { background-color: #C616EF; }
a { background-color: rgb(198,22,239); }
div.DivClassName
{
background-color: #C616EF;
}
.BgClassName
{
background-color: #C616EF;
}
</style>
border-color css
<style>
span { border-color: #C616EF; }
span { border-color: rgb(198,22,239); }
td.TdClassName
{
border-color: #C616EF;
}
.TagClassName
{
border-color: #C616EF;
}
</style>