Shades of Electric Purple #C617EF
Tints of Electric Purple #C617EF
RGB
CMYK
RGB Variations
Color information
#C617EF (or 0xC617EF) is known color: Electric Purple. HEX triplet: C6, 17 and EF. RGB value is (198,23,239). Sum of RGB (Red+Green+Blue) = 198+23+239=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 23 (9.38% from 255 or 5% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #C617EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C617EF is #39E810. Grayscale: #636363. Windows color (decimal): -3794961 or 15669190. OLE color: 15669190.
HSL color Cylindrical-coordinate representation of color #C617EF: hue angle of 288.61º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C617EF is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 23 | 239 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.06 |
| HSL | 288.61º | 0.87% | 0.51% | - |
| HSV(B) | 288.61º | 0.9% | 0.94% | - |
| XYZ | 39.18 | 18.85 | 83.24 | - |
| YUV | 99.95 | 206.48 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 239 | 0.17 | 0.90 | 0 | 0.06 | 288.61 | 0.87 | 0.51 |
| Hex | C6 | 17 | EF | 11 | 5A | 0 | 6 | 121 | 57 | 33 |
| Octal | 306 | 27 | 357 | 21 | 132 | 0 | 6 | 441 | 127 | 63 |
| Binary | 11000110 | 10111 | 11101111 | 10001 | 1011010 | 0 | 110 | 100100001 | 1010111 | 110011 |
Color Harmonies of #C617EF
Complementary color
Monochromatic Colors of #C617EF
Black with #C617EF
Text Example
Text Example
White with #C617EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C617EF; }
p { color: rgb(198,23,239); }
H1.HeaderClassName
{
color: #C617EF;
}
.AnyTagClassName
{
color: #C617EF;
}
</style>
background-color css
<style>
a { background-color: #C617EF; }
a { background-color: rgb(198,23,239); }
div.DivClassName
{
background-color: #C617EF;
}
.BgClassName
{
background-color: #C617EF;
}
</style>
border-color css
<style>
span { border-color: #C617EF; }
span { border-color: rgb(198,23,239); }
td.TdClassName
{
border-color: #C617EF;
}
.TagClassName
{
border-color: #C617EF;
}
</style>