Shades of Electric Purple #C105E6
Tints of Electric Purple #C105E6
RGB
CMYK
RGB Variations
Color information
#C105E6 (or 0xC105E6) is known color: Electric Purple. HEX triplet: C1, 05 and E6. RGB value is (193,5,230). Sum of RGB (Red+Green+Blue) = 193+5+230=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 5 (2.34% from 255 or 1.17% from 428); Blue value is 230 (90.23% from 255 or 53.74% from 428); Max value from RGB is 230 - color contains mainly: blue. Hex color #C105E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C105E6 is #3EFA19. Grayscale: #565656. Windows color (decimal): -4127258 or 15074753. OLE color: 15074753.
HSL color Cylindrical-coordinate representation of color #C105E6: hue angle of 290.13º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105E6 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 5 | 230 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.10 |
| HSL | 290.13º | 0.96% | 0.46% | - |
| HSV(B) | 290.13º | 0.98% | 0.9% | - |
| XYZ | 36.33 | 17.16 | 76.26 | - |
| YUV | 86.86 | 208.78 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 230 | 0.16 | 0.98 | 0 | 0.10 | 290.13 | 0.96 | 0.46 |
| Hex | C1 | 5 | E6 | 10 | 62 | 0 | A | 122 | 60 | 2E |
| Octal | 301 | 5 | 346 | 20 | 142 | 0 | 12 | 442 | 140 | 56 |
| Binary | 11000001 | 101 | 11100110 | 10000 | 1100010 | 0 | 1010 | 100100010 | 1100000 | 101110 |
Color Harmonies of #C105E6
Complementary color
Monochromatic Colors of #C105E6
Black with #C105E6
Text Example
Text Example
White with #C105E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105E6; }
p { color: rgb(193,5,230); }
H1.HeaderClassName
{
color: #C105E6;
}
.AnyTagClassName
{
color: #C105E6;
}
</style>
background-color css
<style>
a { background-color: #C105E6; }
a { background-color: rgb(193,5,230); }
div.DivClassName
{
background-color: #C105E6;
}
.BgClassName
{
background-color: #C105E6;
}
</style>
border-color css
<style>
span { border-color: #C105E6; }
span { border-color: rgb(193,5,230); }
td.TdClassName
{
border-color: #C105E6;
}
.TagClassName
{
border-color: #C105E6;
}
</style>