Shades of Electric Purple #C108E6
Tints of Electric Purple #C108E6
RGB
CMYK
RGB Variations
Color information
#C108E6 (or 0xC108E6) is known color: Electric Purple. HEX triplet: C1, 08 and E6. RGB value is (193,8,230). Sum of RGB (Red+Green+Blue) = 193+8+230=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 230 (90.23% from 255 or 53.36% from 431); Max value from RGB is 230 - color contains mainly: blue. Hex color #C108E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C108E6 is #3EF719. Grayscale: #575757. Windows color (decimal): -4126490 or 15075521. OLE color: 15075521.
HSL color Cylindrical-coordinate representation of color #C108E6: hue angle of 290º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C108E6 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 8 | 230 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.10 |
| HSL | 290º | 0.93% | 0.47% | - |
| HSV(B) | 290º | 0.97% | 0.9% | - |
| XYZ | 36.36 | 17.22 | 76.27 | - |
| YUV | 88.62 | 207.79 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 230 | 0.16 | 0.97 | 0 | 0.10 | 290 | 0.93 | 0.47 |
| Hex | C1 | 8 | E6 | 10 | 61 | 0 | A | 122 | 5D | 2F |
| Octal | 301 | 10 | 346 | 20 | 141 | 0 | 12 | 442 | 135 | 57 |
| Binary | 11000001 | 1000 | 11100110 | 10000 | 1100001 | 0 | 1010 | 100100010 | 1011101 | 101111 |
Color Harmonies of #C108E6
Complementary color
Monochromatic Colors of #C108E6
Black with #C108E6
Text Example
Text Example
White with #C108E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C108E6; }
p { color: rgb(193,8,230); }
H1.HeaderClassName
{
color: #C108E6;
}
.AnyTagClassName
{
color: #C108E6;
}
</style>
background-color css
<style>
a { background-color: #C108E6; }
a { background-color: rgb(193,8,230); }
div.DivClassName
{
background-color: #C108E6;
}
.BgClassName
{
background-color: #C108E6;
}
</style>
border-color css
<style>
span { border-color: #C108E6; }
span { border-color: rgb(193,8,230); }
td.TdClassName
{
border-color: #C108E6;
}
.TagClassName
{
border-color: #C108E6;
}
</style>