Shades of Electric Purple #C11EFD
Tints of Electric Purple #C11EFD
RGB
CMYK
RGB Variations
Color information
#C11EFD (or 0xC11EFD) is known color: Electric Purple. HEX triplet: C1, 1E and FD. RGB value is (193,30,253). Sum of RGB (Red+Green+Blue) = 193+30+253=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #C11EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11EFD is #3EE102. Grayscale: #676767. Windows color (decimal): -4120835 or 16588481. OLE color: 16588481.
HSL color Cylindrical-coordinate representation of color #C11EFD: hue angle of 283.86º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11EFD is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 30 | 253 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.01 |
| HSL | 283.86º | 0.98% | 0.55% | - |
| HSV(B) | 283.86º | 0.88% | 0.99% | - |
| XYZ | 40.19 | 19.36 | 94.55 | - |
| YUV | 104.16 | 212 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 253 | 0.24 | 0.88 | 0 | 0.01 | 283.86 | 0.98 | 0.55 |
| Hex | C1 | 1E | FD | 18 | 58 | 0 | 1 | 11C | 62 | 37 |
| Octal | 301 | 36 | 375 | 30 | 130 | 0 | 1 | 434 | 142 | 67 |
| Binary | 11000001 | 11110 | 11111101 | 11000 | 1011000 | 0 | 1 | 100011100 | 1100010 | 110111 |
Color Harmonies of #C11EFD
Complementary color
Monochromatic Colors of #C11EFD
Black with #C11EFD
Text Example
Text Example
White with #C11EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11EFD; }
p { color: rgb(193,30,253); }
H1.HeaderClassName
{
color: #C11EFD;
}
.AnyTagClassName
{
color: #C11EFD;
}
</style>
background-color css
<style>
a { background-color: #C11EFD; }
a { background-color: rgb(193,30,253); }
div.DivClassName
{
background-color: #C11EFD;
}
.BgClassName
{
background-color: #C11EFD;
}
</style>
border-color css
<style>
span { border-color: #C11EFD; }
span { border-color: rgb(193,30,253); }
td.TdClassName
{
border-color: #C11EFD;
}
.TagClassName
{
border-color: #C11EFD;
}
</style>