Shades of Electric Purple #C206FA
Tints of Electric Purple #C206FA
RGB
CMYK
RGB Variations
Color information
#C206FA (or 0xC206FA) is known color: Electric Purple. HEX triplet: C2, 06 and FA. RGB value is (194,6,250). Sum of RGB (Red+Green+Blue) = 194+6+250=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 6 (2.73% from 255 or 1.33% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #C206FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C206FA is #3DF905. Grayscale: #595959. Windows color (decimal): -4061446 or 16385730. OLE color: 16385730.
HSL color Cylindrical-coordinate representation of color #C206FA: hue angle of 286.23º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C206FA is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 6 | 250 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.02 |
| HSL | 286.23º | 0.96% | 0.5% | - |
| HSV(B) | 286.23º | 0.98% | 0.98% | - |
| XYZ | 39.57 | 18.5 | 91.93 | - |
| YUV | 90.03 | 218.28 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 250 | 0.22 | 0.98 | 0 | 0.02 | 286.23 | 0.96 | 0.5 |
| Hex | C2 | 6 | FA | 16 | 62 | 0 | 2 | 11E | 60 | 32 |
| Octal | 302 | 6 | 372 | 26 | 142 | 0 | 2 | 436 | 140 | 62 |
| Binary | 11000010 | 110 | 11111010 | 10110 | 1100010 | 0 | 10 | 100011110 | 1100000 | 110010 |
Color Harmonies of #C206FA
Complementary color
Monochromatic Colors of #C206FA
Black with #C206FA
Text Example
Text Example
White with #C206FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206FA; }
p { color: rgb(194,6,250); }
H1.HeaderClassName
{
color: #C206FA;
}
.AnyTagClassName
{
color: #C206FA;
}
</style>
background-color css
<style>
a { background-color: #C206FA; }
a { background-color: rgb(194,6,250); }
div.DivClassName
{
background-color: #C206FA;
}
.BgClassName
{
background-color: #C206FA;
}
</style>
border-color css
<style>
span { border-color: #C206FA; }
span { border-color: rgb(194,6,250); }
td.TdClassName
{
border-color: #C206FA;
}
.TagClassName
{
border-color: #C206FA;
}
</style>