Shades of Electric Purple #C208E5
Tints of Electric Purple #C208E5
RGB
CMYK
RGB Variations
Color information
#C208E5 (or 0xC208E5) is known color: Electric Purple. HEX triplet: C2, 08 and E5. RGB value is (194,8,229). Sum of RGB (Red+Green+Blue) = 194+8+229=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 229 (89.84% from 255 or 53.13% from 431); Max value from RGB is 229 - color contains mainly: blue. Hex color #C208E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C208E5 is #3DF71A. Grayscale: #585858. Windows color (decimal): -4060955 or 15009986. OLE color: 15009986.
HSL color Cylindrical-coordinate representation of color #C208E5: hue angle of 290.5º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C208E5 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 8 | 229 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.10 |
| HSL | 290.5º | 0.93% | 0.46% | - |
| HSV(B) | 290.5º | 0.97% | 0.9% | - |
| XYZ | 36.48 | 17.3 | 75.55 | - |
| YUV | 88.81 | 207.12 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 229 | 0.15 | 0.97 | 0 | 0.10 | 290.5 | 0.93 | 0.46 |
| Hex | C2 | 8 | E5 | F | 61 | 0 | A | 122 | 5D | 2E |
| Octal | 302 | 10 | 345 | 17 | 141 | 0 | 12 | 442 | 135 | 56 |
| Binary | 11000010 | 1000 | 11100101 | 1111 | 1100001 | 0 | 1010 | 100100010 | 1011101 | 101110 |
Color Harmonies of #C208E5
Complementary color
Monochromatic Colors of #C208E5
Black with #C208E5
Text Example
Text Example
White with #C208E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208E5; }
p { color: rgb(194,8,229); }
H1.HeaderClassName
{
color: #C208E5;
}
.AnyTagClassName
{
color: #C208E5;
}
</style>
background-color css
<style>
a { background-color: #C208E5; }
a { background-color: rgb(194,8,229); }
div.DivClassName
{
background-color: #C208E5;
}
.BgClassName
{
background-color: #C208E5;
}
</style>
border-color css
<style>
span { border-color: #C208E5; }
span { border-color: rgb(194,8,229); }
td.TdClassName
{
border-color: #C208E5;
}
.TagClassName
{
border-color: #C208E5;
}
</style>