Shades of Electric Purple #C10EFA
Tints of Electric Purple #C10EFA
RGB
CMYK
RGB Variations
Color information
#C10EFA (or 0xC10EFA) is known color: Electric Purple. HEX triplet: C1, 0E and FA. RGB value is (193,14,250). Sum of RGB (Red+Green+Blue) = 193+14+250=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #C10EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10EFA is #3EF105. Grayscale: #5D5D5D. Windows color (decimal): -4124934 or 16387777. OLE color: 16387777.
HSL color Cylindrical-coordinate representation of color #C10EFA: hue angle of 285.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10EFA is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 14 | 250 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.02 |
| HSL | 285.51º | 0.96% | 0.52% | - |
| HSV(B) | 285.51º | 0.94% | 0.98% | - |
| XYZ | 39.4 | 18.55 | 91.95 | - |
| YUV | 94.43 | 215.8 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 250 | 0.23 | 0.94 | 0 | 0.02 | 285.51 | 0.96 | 0.52 |
| Hex | C1 | E | FA | 17 | 5E | 0 | 2 | 11E | 60 | 34 |
| Octal | 301 | 16 | 372 | 27 | 136 | 0 | 2 | 436 | 140 | 64 |
| Binary | 11000001 | 1110 | 11111010 | 10111 | 1011110 | 0 | 10 | 100011110 | 1100000 | 110100 |
Color Harmonies of #C10EFA
Complementary color
Monochromatic Colors of #C10EFA
Black with #C10EFA
Text Example
Text Example
White with #C10EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EFA; }
p { color: rgb(193,14,250); }
H1.HeaderClassName
{
color: #C10EFA;
}
.AnyTagClassName
{
color: #C10EFA;
}
</style>
background-color css
<style>
a { background-color: #C10EFA; }
a { background-color: rgb(193,14,250); }
div.DivClassName
{
background-color: #C10EFA;
}
.BgClassName
{
background-color: #C10EFA;
}
</style>
border-color css
<style>
span { border-color: #C10EFA; }
span { border-color: rgb(193,14,250); }
td.TdClassName
{
border-color: #C10EFA;
}
.TagClassName
{
border-color: #C10EFA;
}
</style>