Shades of Electric Purple #C610EF
Tints of Electric Purple #C610EF
RGB
CMYK
RGB Variations
Color information
#C610EF (or 0xC610EF) is known color: Electric Purple. HEX triplet: C6, 10 and EF. RGB value is (198,16,239). Sum of RGB (Red+Green+Blue) = 198+16+239=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #C610EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C610EF is #39EF10. Grayscale: #5F5F5F. Windows color (decimal): -3796753 or 15667398. OLE color: 15667398.
HSL color Cylindrical-coordinate representation of color #C610EF: hue angle of 288.97º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C610EF is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 16 | 239 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.06 |
| HSL | 288.97º | 0.87% | 0.5% | - |
| HSV(B) | 288.97º | 0.93% | 0.94% | - |
| XYZ | 39.05 | 18.61 | 83.19 | - |
| YUV | 95.84 | 208.8 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 239 | 0.17 | 0.93 | 0 | 0.06 | 288.97 | 0.87 | 0.5 |
| Hex | C6 | 10 | EF | 11 | 5D | 0 | 6 | 121 | 57 | 32 |
| Octal | 306 | 20 | 357 | 21 | 135 | 0 | 6 | 441 | 127 | 62 |
| Binary | 11000110 | 10000 | 11101111 | 10001 | 1011101 | 0 | 110 | 100100001 | 1010111 | 110010 |
Color Harmonies of #C610EF
Complementary color
Monochromatic Colors of #C610EF
Black with #C610EF
Text Example
Text Example
White with #C610EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610EF; }
p { color: rgb(198,16,239); }
H1.HeaderClassName
{
color: #C610EF;
}
.AnyTagClassName
{
color: #C610EF;
}
</style>
background-color css
<style>
a { background-color: #C610EF; }
a { background-color: rgb(198,16,239); }
div.DivClassName
{
background-color: #C610EF;
}
.BgClassName
{
background-color: #C610EF;
}
</style>
border-color css
<style>
span { border-color: #C610EF; }
span { border-color: rgb(198,16,239); }
td.TdClassName
{
border-color: #C610EF;
}
.TagClassName
{
border-color: #C610EF;
}
</style>