Shades of Electric Purple #C208FA
Tints of Electric Purple #C208FA
RGB
CMYK
RGB Variations
Color information
#C208FA (or 0xC208FA) is known color: Electric Purple. HEX triplet: C2, 08 and FA. RGB value is (194,8,250). Sum of RGB (Red+Green+Blue) = 194+8+250=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 8 (3.52% from 255 or 1.77% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #C208FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C208FA is #3DF705. Grayscale: #5A5A5A. Windows color (decimal): -4060934 or 16386242. OLE color: 16386242.
HSL color Cylindrical-coordinate representation of color #C208FA: hue angle of 286.12º 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 #C208FA is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 8 | 250 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.02 |
| HSL | 286.12º | 0.96% | 0.51% | - |
| HSV(B) | 286.12º | 0.97% | 0.98% | - |
| XYZ | 39.59 | 18.55 | 91.94 | - |
| YUV | 91.2 | 217.62 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 250 | 0.22 | 0.97 | 0 | 0.02 | 286.12 | 0.96 | 0.51 |
| Hex | C2 | 8 | FA | 16 | 61 | 0 | 2 | 11E | 60 | 33 |
| Octal | 302 | 10 | 372 | 26 | 141 | 0 | 2 | 436 | 140 | 63 |
| Binary | 11000010 | 1000 | 11111010 | 10110 | 1100001 | 0 | 10 | 100011110 | 1100000 | 110011 |
Color Harmonies of #C208FA
Complementary color
Monochromatic Colors of #C208FA
Black with #C208FA
Text Example
Text Example
White with #C208FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208FA; }
p { color: rgb(194,8,250); }
H1.HeaderClassName
{
color: #C208FA;
}
.AnyTagClassName
{
color: #C208FA;
}
</style>
background-color css
<style>
a { background-color: #C208FA; }
a { background-color: rgb(194,8,250); }
div.DivClassName
{
background-color: #C208FA;
}
.BgClassName
{
background-color: #C208FA;
}
</style>
border-color css
<style>
span { border-color: #C208FA; }
span { border-color: rgb(194,8,250); }
td.TdClassName
{
border-color: #C208FA;
}
.TagClassName
{
border-color: #C208FA;
}
</style>