Shades of Electric Purple #C206FC
Tints of Electric Purple #C206FC
RGB
CMYK
RGB Variations
Color information
#C206FC (or 0xC206FC) is known color: Electric Purple. HEX triplet: C2, 06 and FC. RGB value is (194,6,252). Sum of RGB (Red+Green+Blue) = 194+6+252=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #C206FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C206FC is #3DF903. Grayscale: #595959. Windows color (decimal): -4061444 or 16516802. OLE color: 16516802.
HSL color Cylindrical-coordinate representation of color #C206FC: hue angle of 285.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C206FC is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 6 | 252 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.01 |
| HSL | 285.85º | 0.98% | 0.51% | - |
| HSV(B) | 285.85º | 0.98% | 0.99% | - |
| XYZ | 39.88 | 18.63 | 93.59 | - |
| YUV | 90.26 | 219.28 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 252 | 0.23 | 0.98 | 0 | 0.01 | 285.85 | 0.98 | 0.51 |
| Hex | C2 | 6 | FC | 17 | 62 | 0 | 1 | 11E | 62 | 33 |
| Octal | 302 | 6 | 374 | 27 | 142 | 0 | 1 | 436 | 142 | 63 |
| Binary | 11000010 | 110 | 11111100 | 10111 | 1100010 | 0 | 1 | 100011110 | 1100010 | 110011 |
Color Harmonies of #C206FC
Complementary color
Monochromatic Colors of #C206FC
Black with #C206FC
Text Example
Text Example
White with #C206FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206FC; }
p { color: rgb(194,6,252); }
H1.HeaderClassName
{
color: #C206FC;
}
.AnyTagClassName
{
color: #C206FC;
}
</style>
background-color css
<style>
a { background-color: #C206FC; }
a { background-color: rgb(194,6,252); }
div.DivClassName
{
background-color: #C206FC;
}
.BgClassName
{
background-color: #C206FC;
}
</style>
border-color css
<style>
span { border-color: #C206FC; }
span { border-color: rgb(194,6,252); }
td.TdClassName
{
border-color: #C206FC;
}
.TagClassName
{
border-color: #C206FC;
}
</style>