Shades of Electric Purple #C206EF
Tints of Electric Purple #C206EF
RGB
CMYK
RGB Variations
Color information
#C206EF (or 0xC206EF) is known color: Electric Purple. HEX triplet: C2, 06 and EF. RGB value is (194,6,239). Sum of RGB (Red+Green+Blue) = 194+6+239=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 6 (2.73% from 255 or 1.37% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #C206EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C206EF is #3DF910. Grayscale: #585858. Windows color (decimal): -4061457 or 15664834. OLE color: 15664834.
HSL color Cylindrical-coordinate representation of color #C206EF: hue angle of 288.41º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206EF is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 6 | 239 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.06 |
| HSL | 288.41º | 0.95% | 0.48% | - |
| HSV(B) | 288.41º | 0.97% | 0.94% | - |
| XYZ | 37.89 | 17.83 | 83.11 | - |
| YUV | 88.77 | 212.78 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 239 | 0.19 | 0.97 | 0 | 0.06 | 288.41 | 0.95 | 0.48 |
| Hex | C2 | 6 | EF | 13 | 61 | 0 | 6 | 120 | 5F | 30 |
| Octal | 302 | 6 | 357 | 23 | 141 | 0 | 6 | 440 | 137 | 60 |
| Binary | 11000010 | 110 | 11101111 | 10011 | 1100001 | 0 | 110 | 100100000 | 1011111 | 110000 |
Color Harmonies of #C206EF
Complementary color
Monochromatic Colors of #C206EF
Black with #C206EF
Text Example
Text Example
White with #C206EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206EF; }
p { color: rgb(194,6,239); }
H1.HeaderClassName
{
color: #C206EF;
}
.AnyTagClassName
{
color: #C206EF;
}
</style>
background-color css
<style>
a { background-color: #C206EF; }
a { background-color: rgb(194,6,239); }
div.DivClassName
{
background-color: #C206EF;
}
.BgClassName
{
background-color: #C206EF;
}
</style>
border-color css
<style>
span { border-color: #C206EF; }
span { border-color: rgb(194,6,239); }
td.TdClassName
{
border-color: #C206EF;
}
.TagClassName
{
border-color: #C206EF;
}
</style>