Shades of Electric Purple #C208FE
Tints of Electric Purple #C208FE
RGB
CMYK
RGB Variations
Color information
#C208FE (or 0xC208FE) is known color: Electric Purple. HEX triplet: C2, 08 and FE. RGB value is (194,8,254). Sum of RGB (Red+Green+Blue) = 194+8+254=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 8 (3.52% from 255 or 1.75% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #C208FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C208FE is #3DF701. Grayscale: #5A5A5A. Windows color (decimal): -4060930 or 16648386. OLE color: 16648386.
HSL color Cylindrical-coordinate representation of color #C208FE: hue angle of 285.37º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C208FE is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 8 | 254 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.00 |
| HSL | 285.37º | 0.99% | 0.51% | - |
| HSV(B) | 285.37º | 0.97% | 1% | - |
| XYZ | 40.22 | 18.8 | 95.27 | - |
| YUV | 91.66 | 219.62 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 254 | 0.24 | 0.97 | 0 | 0.00 | 285.37 | 0.99 | 0.51 |
| Hex | C2 | 8 | FE | 18 | 61 | 0 | 0 | 11D | 63 | 33 |
| Octal | 302 | 10 | 376 | 30 | 141 | 0 | 0 | 435 | 143 | 63 |
| Binary | 11000010 | 1000 | 11111110 | 11000 | 1100001 | 0 | 0 | 100011101 | 1100011 | 110011 |
Color Harmonies of #C208FE
Complementary color
Monochromatic Colors of #C208FE
Black with #C208FE
Text Example
Text Example
White with #C208FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208FE; }
p { color: rgb(194,8,254); }
H1.HeaderClassName
{
color: #C208FE;
}
.AnyTagClassName
{
color: #C208FE;
}
</style>
background-color css
<style>
a { background-color: #C208FE; }
a { background-color: rgb(194,8,254); }
div.DivClassName
{
background-color: #C208FE;
}
.BgClassName
{
background-color: #C208FE;
}
</style>
border-color css
<style>
span { border-color: #C208FE; }
span { border-color: rgb(194,8,254); }
td.TdClassName
{
border-color: #C208FE;
}
.TagClassName
{
border-color: #C208FE;
}
</style>