Shades of Electric Purple #C105EE
Tints of Electric Purple #C105EE
RGB
CMYK
RGB Variations
Color information
#C105EE (or 0xC105EE) is known color: Electric Purple. HEX triplet: C1, 05 and EE. RGB value is (193,5,238). Sum of RGB (Red+Green+Blue) = 193+5+238=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #C105EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C105EE is #3EFA11. Grayscale: #575757. Windows color (decimal): -4127250 or 15599041. OLE color: 15599041.
HSL color Cylindrical-coordinate representation of color #C105EE: hue angle of 288.41º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105EE is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 5 | 238 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.07 |
| HSL | 288.41º | 0.96% | 0.48% | - |
| HSV(B) | 288.41º | 0.98% | 0.93% | - |
| XYZ | 37.48 | 17.62 | 82.31 | - |
| YUV | 87.77 | 212.78 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 238 | 0.19 | 0.98 | 0 | 0.07 | 288.41 | 0.96 | 0.48 |
| Hex | C1 | 5 | EE | 13 | 62 | 0 | 7 | 120 | 60 | 30 |
| Octal | 301 | 5 | 356 | 23 | 142 | 0 | 7 | 440 | 140 | 60 |
| Binary | 11000001 | 101 | 11101110 | 10011 | 1100010 | 0 | 111 | 100100000 | 1100000 | 110000 |
Color Harmonies of #C105EE
Complementary color
Monochromatic Colors of #C105EE
Black with #C105EE
Text Example
Text Example
White with #C105EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105EE; }
p { color: rgb(193,5,238); }
H1.HeaderClassName
{
color: #C105EE;
}
.AnyTagClassName
{
color: #C105EE;
}
</style>
background-color css
<style>
a { background-color: #C105EE; }
a { background-color: rgb(193,5,238); }
div.DivClassName
{
background-color: #C105EE;
}
.BgClassName
{
background-color: #C105EE;
}
</style>
border-color css
<style>
span { border-color: #C105EE; }
span { border-color: rgb(193,5,238); }
td.TdClassName
{
border-color: #C105EE;
}
.TagClassName
{
border-color: #C105EE;
}
</style>