Shades of Electric Purple #C108FA
Tints of Electric Purple #C108FA
RGB
CMYK
RGB Variations
Color information
#C108FA (or 0xC108FA) is known color: Electric Purple. HEX triplet: C1, 08 and FA. RGB value is (193,8,250). Sum of RGB (Red+Green+Blue) = 193+8+250=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 8 (3.52% from 255 or 1.77% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #C108FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C108FA is #3EF705. Grayscale: #5A5A5A. Windows color (decimal): -4126470 or 16386241. OLE color: 16386241.
HSL color Cylindrical-coordinate representation of color #C108FA: hue angle of 285.87º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C108FA is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 8 | 250 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.02 |
| HSL | 285.87º | 0.96% | 0.51% | - |
| HSV(B) | 285.87º | 0.97% | 0.98% | - |
| XYZ | 39.33 | 18.41 | 91.92 | - |
| YUV | 90.9 | 217.79 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 250 | 0.23 | 0.97 | 0 | 0.02 | 285.87 | 0.96 | 0.51 |
| Hex | C1 | 8 | FA | 17 | 61 | 0 | 2 | 11E | 60 | 33 |
| Octal | 301 | 10 | 372 | 27 | 141 | 0 | 2 | 436 | 140 | 63 |
| Binary | 11000001 | 1000 | 11111010 | 10111 | 1100001 | 0 | 10 | 100011110 | 1100000 | 110011 |
Color Harmonies of #C108FA
Complementary color
Monochromatic Colors of #C108FA
Black with #C108FA
Text Example
Text Example
White with #C108FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C108FA; }
p { color: rgb(193,8,250); }
H1.HeaderClassName
{
color: #C108FA;
}
.AnyTagClassName
{
color: #C108FA;
}
</style>
background-color css
<style>
a { background-color: #C108FA; }
a { background-color: rgb(193,8,250); }
div.DivClassName
{
background-color: #C108FA;
}
.BgClassName
{
background-color: #C108FA;
}
</style>
border-color css
<style>
span { border-color: #C108FA; }
span { border-color: rgb(193,8,250); }
td.TdClassName
{
border-color: #C108FA;
}
.TagClassName
{
border-color: #C108FA;
}
</style>