Shades of Electric Purple #C60FED
Tints of Electric Purple #C60FED
RGB
CMYK
RGB Variations
Color information
#C60FED (or 0xC60FED) is known color: Electric Purple. HEX triplet: C6, 0F and ED. RGB value is (198,15,237). Sum of RGB (Red+Green+Blue) = 198+15+237=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #C60FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60FED is #39F012. Grayscale: #5E5E5E. Windows color (decimal): -3797011 or 15536070. OLE color: 15536070.
HSL color Cylindrical-coordinate representation of color #C60FED: hue angle of 289.46º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60FED is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 15 | 237 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.07 |
| HSL | 289.46º | 0.88% | 0.49% | - |
| HSV(B) | 289.46º | 0.94% | 0.93% | - |
| XYZ | 38.75 | 18.46 | 81.64 | - |
| YUV | 95.03 | 208.13 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 237 | 0.16 | 0.94 | 0 | 0.07 | 289.46 | 0.88 | 0.49 |
| Hex | C6 | F | ED | 10 | 5E | 0 | 7 | 121 | 58 | 31 |
| Octal | 306 | 17 | 355 | 20 | 136 | 0 | 7 | 441 | 130 | 61 |
| Binary | 11000110 | 1111 | 11101101 | 10000 | 1011110 | 0 | 111 | 100100001 | 1011000 | 110001 |
Color Harmonies of #C60FED
Complementary color
Monochromatic Colors of #C60FED
Black with #C60FED
Text Example
Text Example
White with #C60FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FED; }
p { color: rgb(198,15,237); }
H1.HeaderClassName
{
color: #C60FED;
}
.AnyTagClassName
{
color: #C60FED;
}
</style>
background-color css
<style>
a { background-color: #C60FED; }
a { background-color: rgb(198,15,237); }
div.DivClassName
{
background-color: #C60FED;
}
.BgClassName
{
background-color: #C60FED;
}
</style>
border-color css
<style>
span { border-color: #C60FED; }
span { border-color: rgb(198,15,237); }
td.TdClassName
{
border-color: #C60FED;
}
.TagClassName
{
border-color: #C60FED;
}
</style>