Shades of Electric Purple #C108ED
Tints of Electric Purple #C108ED
RGB
CMYK
RGB Variations
Color information
#C108ED (or 0xC108ED) is known color: Electric Purple. HEX triplet: C1, 08 and ED. RGB value is (193,8,237). Sum of RGB (Red+Green+Blue) = 193+8+237=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #C108ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C108ED is #3EF712. Grayscale: #585858. Windows color (decimal): -4126483 or 15534273. OLE color: 15534273.
HSL color Cylindrical-coordinate representation of color #C108ED: hue angle of 288.47º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C108ED is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 8 | 237 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.07 |
| HSL | 288.47º | 0.93% | 0.48% | - |
| HSV(B) | 288.47º | 0.97% | 0.93% | - |
| XYZ | 37.37 | 17.63 | 81.55 | - |
| YUV | 89.42 | 211.29 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 237 | 0.19 | 0.97 | 0 | 0.07 | 288.47 | 0.93 | 0.48 |
| Hex | C1 | 8 | ED | 13 | 61 | 0 | 7 | 120 | 5D | 30 |
| Octal | 301 | 10 | 355 | 23 | 141 | 0 | 7 | 440 | 135 | 60 |
| Binary | 11000001 | 1000 | 11101101 | 10011 | 1100001 | 0 | 111 | 100100000 | 1011101 | 110000 |
Color Harmonies of #C108ED
Complementary color
Monochromatic Colors of #C108ED
Black with #C108ED
Text Example
Text Example
White with #C108ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C108ED; }
p { color: rgb(193,8,237); }
H1.HeaderClassName
{
color: #C108ED;
}
.AnyTagClassName
{
color: #C108ED;
}
</style>
background-color css
<style>
a { background-color: #C108ED; }
a { background-color: rgb(193,8,237); }
div.DivClassName
{
background-color: #C108ED;
}
.BgClassName
{
background-color: #C108ED;
}
</style>
border-color css
<style>
span { border-color: #C108ED; }
span { border-color: rgb(193,8,237); }
td.TdClassName
{
border-color: #C108ED;
}
.TagClassName
{
border-color: #C108ED;
}
</style>