Shades of Electric Purple #C611FE
Tints of Electric Purple #C611FE
RGB
CMYK
RGB Variations
Color information
#C611FE (or 0xC611FE) is known color: Electric Purple. HEX triplet: C6, 11 and FE. RGB value is (198,17,254). Sum of RGB (Red+Green+Blue) = 198+17+254=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #C611FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C611FE is #39EE01. Grayscale: #616161. Windows color (decimal): -3796482 or 16650694. OLE color: 16650694.
HSL color Cylindrical-coordinate representation of color #C611FE: hue angle of 285.82º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C611FE is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 17 | 254 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.00 |
| HSL | 285.82º | 0.99% | 0.53% | - |
| HSV(B) | 285.82º | 0.93% | 1% | - |
| XYZ | 41.38 | 19.56 | 95.36 | - |
| YUV | 98.14 | 215.97 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 254 | 0.22 | 0.93 | 0 | 0.00 | 285.82 | 0.99 | 0.53 |
| Hex | C6 | 11 | FE | 16 | 5D | 0 | 0 | 11E | 63 | 35 |
| Octal | 306 | 21 | 376 | 26 | 135 | 0 | 0 | 436 | 143 | 65 |
| Binary | 11000110 | 10001 | 11111110 | 10110 | 1011101 | 0 | 0 | 100011110 | 1100011 | 110101 |
Color Harmonies of #C611FE
Complementary color
Monochromatic Colors of #C611FE
Black with #C611FE
Text Example
Text Example
White with #C611FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C611FE; }
p { color: rgb(198,17,254); }
H1.HeaderClassName
{
color: #C611FE;
}
.AnyTagClassName
{
color: #C611FE;
}
</style>
background-color css
<style>
a { background-color: #C611FE; }
a { background-color: rgb(198,17,254); }
div.DivClassName
{
background-color: #C611FE;
}
.BgClassName
{
background-color: #C611FE;
}
</style>
border-color css
<style>
span { border-color: #C611FE; }
span { border-color: rgb(198,17,254); }
td.TdClassName
{
border-color: #C611FE;
}
.TagClassName
{
border-color: #C611FE;
}
</style>