Shades of Electric Purple #C116FF
Tints of Electric Purple #C116FF
RGB
CMYK
RGB Variations
Color information
#C116FF (or 0xC116FF) is known color: Electric Purple. HEX triplet: C1, 16 and FF. RGB value is (193,22,255). Sum of RGB (Red+Green+Blue) = 193+22+255=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #C116FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C116FF is #3EE900. Grayscale: #626262. Windows color (decimal): -4122881 or 16717505. OLE color: 16717505.
HSL color Cylindrical-coordinate representation of color #C116FF: hue angle of 284.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C116FF is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 22 | 255 | - |
| CMYK | 0.24 | 0.91 | 0 | 0 |
| HSL | 284.03º | 1% | 0.54% | - |
| HSV(B) | 284.03º | 0.91% | 1% | - |
| XYZ | 40.33 | 19.13 | 96.17 | - |
| YUV | 99.69 | 215.65 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 255 | 0.24 | 0.91 | 0 | 0 | 284.03 | 1 | 0.54 |
| Hex | C1 | 16 | FF | 18 | 5B | 0 | 0 | 11C | 64 | 36 |
| Octal | 301 | 26 | 377 | 30 | 133 | 0 | 0 | 434 | 144 | 66 |
| Binary | 11000001 | 10110 | 11111111 | 11000 | 1011011 | 0 | 0 | 100011100 | 1100100 | 110110 |
Color Harmonies of #C116FF
Complementary color
Monochromatic Colors of #C116FF
Black with #C116FF
Text Example
Text Example
White with #C116FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C116FF; }
p { color: rgb(193,22,255); }
H1.HeaderClassName
{
color: #C116FF;
}
.AnyTagClassName
{
color: #C116FF;
}
</style>
background-color css
<style>
a { background-color: #C116FF; }
a { background-color: rgb(193,22,255); }
div.DivClassName
{
background-color: #C116FF;
}
.BgClassName
{
background-color: #C116FF;
}
</style>
border-color css
<style>
span { border-color: #C116FF; }
span { border-color: rgb(193,22,255); }
td.TdClassName
{
border-color: #C116FF;
}
.TagClassName
{
border-color: #C116FF;
}
</style>