Shades of Electric Purple #C208EC
Tints of Electric Purple #C208EC
RGB
CMYK
RGB Variations
Color information
#C208EC (or 0xC208EC) is known color: Electric Purple. HEX triplet: C2, 08 and EC. RGB value is (194,8,236). Sum of RGB (Red+Green+Blue) = 194+8+236=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #C208EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C208EC is #3DF713. Grayscale: #585858. Windows color (decimal): -4060948 or 15468738. OLE color: 15468738.
HSL color Cylindrical-coordinate representation of color #C208EC: hue angle of 288.95º 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 #C208EC is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 8 | 236 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.07 |
| HSL | 288.95º | 0.93% | 0.48% | - |
| HSV(B) | 288.95º | 0.97% | 0.93% | - |
| XYZ | 37.48 | 17.7 | 80.8 | - |
| YUV | 89.61 | 210.62 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 236 | 0.18 | 0.97 | 0 | 0.07 | 288.95 | 0.93 | 0.48 |
| Hex | C2 | 8 | EC | 12 | 61 | 0 | 7 | 121 | 5D | 30 |
| Octal | 302 | 10 | 354 | 22 | 141 | 0 | 7 | 441 | 135 | 60 |
| Binary | 11000010 | 1000 | 11101100 | 10010 | 1100001 | 0 | 111 | 100100001 | 1011101 | 110000 |
Color Harmonies of #C208EC
Complementary color
Monochromatic Colors of #C208EC
Black with #C208EC
Text Example
Text Example
White with #C208EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208EC; }
p { color: rgb(194,8,236); }
H1.HeaderClassName
{
color: #C208EC;
}
.AnyTagClassName
{
color: #C208EC;
}
</style>
background-color css
<style>
a { background-color: #C208EC; }
a { background-color: rgb(194,8,236); }
div.DivClassName
{
background-color: #C208EC;
}
.BgClassName
{
background-color: #C208EC;
}
</style>
border-color css
<style>
span { border-color: #C208EC; }
span { border-color: rgb(194,8,236); }
td.TdClassName
{
border-color: #C208EC;
}
.TagClassName
{
border-color: #C208EC;
}
</style>