Shades of Electric Purple #C610FE
Tints of Electric Purple #C610FE
RGB
CMYK
RGB Variations
Color information
#C610FE (or 0xC610FE) is known color: Electric Purple. HEX triplet: C6, 10 and FE. RGB value is (198,16,254). Sum of RGB (Red+Green+Blue) = 198+16+254=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #C610FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C610FE is #39EF01. Grayscale: #606060. Windows color (decimal): -3796738 or 16650438. OLE color: 16650438.
HSL color Cylindrical-coordinate representation of color #C610FE: hue angle of 285.88º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C610FE is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 16 | 254 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.00 |
| HSL | 285.88º | 0.99% | 0.53% | - |
| HSV(B) | 285.88º | 0.94% | 1% | - |
| XYZ | 41.36 | 19.53 | 95.36 | - |
| YUV | 97.55 | 216.3 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 254 | 0.22 | 0.94 | 0 | 0.00 | 285.88 | 0.99 | 0.53 |
| Hex | C6 | 10 | FE | 16 | 5E | 0 | 0 | 11E | 63 | 35 |
| Octal | 306 | 20 | 376 | 26 | 136 | 0 | 0 | 436 | 143 | 65 |
| Binary | 11000110 | 10000 | 11111110 | 10110 | 1011110 | 0 | 0 | 100011110 | 1100011 | 110101 |
Color Harmonies of #C610FE
Complementary color
Monochromatic Colors of #C610FE
Black with #C610FE
Text Example
Text Example
White with #C610FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610FE; }
p { color: rgb(198,16,254); }
H1.HeaderClassName
{
color: #C610FE;
}
.AnyTagClassName
{
color: #C610FE;
}
</style>
background-color css
<style>
a { background-color: #C610FE; }
a { background-color: rgb(198,16,254); }
div.DivClassName
{
background-color: #C610FE;
}
.BgClassName
{
background-color: #C610FE;
}
</style>
border-color css
<style>
span { border-color: #C610FE; }
span { border-color: rgb(198,16,254); }
td.TdClassName
{
border-color: #C610FE;
}
.TagClassName
{
border-color: #C610FE;
}
</style>