Shades of Electric Purple #C105EB
Tints of Electric Purple #C105EB
RGB
CMYK
RGB Variations
Color information
#C105EB (or 0xC105EB) is known color: Electric Purple. HEX triplet: C1, 05 and EB. RGB value is (193,5,235). Sum of RGB (Red+Green+Blue) = 193+5+235=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #C105EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C105EB is #3EFA14. Grayscale: #565656. Windows color (decimal): -4127253 or 15402433. OLE color: 15402433.
HSL color Cylindrical-coordinate representation of color #C105EB: hue angle of 289.04º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105EB is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 5 | 235 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.08 |
| HSL | 289.04º | 0.96% | 0.47% | - |
| HSV(B) | 289.04º | 0.98% | 0.92% | - |
| XYZ | 37.04 | 17.44 | 80.01 | - |
| YUV | 87.43 | 211.28 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 235 | 0.18 | 0.98 | 0 | 0.08 | 289.04 | 0.96 | 0.47 |
| Hex | C1 | 5 | EB | 12 | 62 | 0 | 8 | 121 | 60 | 2F |
| Octal | 301 | 5 | 353 | 22 | 142 | 0 | 10 | 441 | 140 | 57 |
| Binary | 11000001 | 101 | 11101011 | 10010 | 1100010 | 0 | 1000 | 100100001 | 1100000 | 101111 |
Color Harmonies of #C105EB
Complementary color
Monochromatic Colors of #C105EB
Black with #C105EB
Text Example
Text Example
White with #C105EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105EB; }
p { color: rgb(193,5,235); }
H1.HeaderClassName
{
color: #C105EB;
}
.AnyTagClassName
{
color: #C105EB;
}
</style>
background-color css
<style>
a { background-color: #C105EB; }
a { background-color: rgb(193,5,235); }
div.DivClassName
{
background-color: #C105EB;
}
.BgClassName
{
background-color: #C105EB;
}
</style>
border-color css
<style>
span { border-color: #C105EB; }
span { border-color: rgb(193,5,235); }
td.TdClassName
{
border-color: #C105EB;
}
.TagClassName
{
border-color: #C105EB;
}
</style>