Shades of Electric Purple #C117F8
Tints of Electric Purple #C117F8
RGB
CMYK
RGB Variations
Color information
#C117F8 (or 0xC117F8) is known color: Electric Purple. HEX triplet: C1, 17 and F8. RGB value is (193,23,248). Sum of RGB (Red+Green+Blue) = 193+23+248=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #C117F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C117F8 is #3EE807. Grayscale: #626262. Windows color (decimal): -4122632 or 16259009. OLE color: 16259009.
HSL color Cylindrical-coordinate representation of color #C117F8: hue angle of 285.33º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C117F8 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 23 | 248 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.03 |
| HSL | 285.33º | 0.94% | 0.53% | - |
| HSV(B) | 285.33º | 0.91% | 0.97% | - |
| XYZ | 39.24 | 18.73 | 90.35 | - |
| YUV | 99.48 | 211.82 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 248 | 0.22 | 0.91 | 0 | 0.03 | 285.33 | 0.94 | 0.53 |
| Hex | C1 | 17 | F8 | 16 | 5B | 0 | 3 | 11D | 5E | 35 |
| Octal | 301 | 27 | 370 | 26 | 133 | 0 | 3 | 435 | 136 | 65 |
| Binary | 11000001 | 10111 | 11111000 | 10110 | 1011011 | 0 | 11 | 100011101 | 1011110 | 110101 |
Color Harmonies of #C117F8
Complementary color
Monochromatic Colors of #C117F8
Black with #C117F8
Text Example
Text Example
White with #C117F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117F8; }
p { color: rgb(193,23,248); }
H1.HeaderClassName
{
color: #C117F8;
}
.AnyTagClassName
{
color: #C117F8;
}
</style>
background-color css
<style>
a { background-color: #C117F8; }
a { background-color: rgb(193,23,248); }
div.DivClassName
{
background-color: #C117F8;
}
.BgClassName
{
background-color: #C117F8;
}
</style>
border-color css
<style>
span { border-color: #C117F8; }
span { border-color: rgb(193,23,248); }
td.TdClassName
{
border-color: #C117F8;
}
.TagClassName
{
border-color: #C117F8;
}
</style>