Shades of Electric Purple #C206EE
Tints of Electric Purple #C206EE
RGB
CMYK
RGB Variations
Color information
#C206EE (or 0xC206EE) is known color: Electric Purple. HEX triplet: C2, 06 and EE. RGB value is (194,6,238). Sum of RGB (Red+Green+Blue) = 194+6+238=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 6 (2.73% from 255 or 1.37% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #C206EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C206EE is #3DF911. Grayscale: #575757. Windows color (decimal): -4061458 or 15599298. OLE color: 15599298.
HSL color Cylindrical-coordinate representation of color #C206EE: hue angle of 288.62º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206EE is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 6 | 238 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.07 |
| HSL | 288.62º | 0.95% | 0.48% | - |
| HSV(B) | 288.62º | 0.97% | 0.93% | - |
| XYZ | 37.75 | 17.77 | 82.33 | - |
| YUV | 88.66 | 212.28 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 238 | 0.18 | 0.97 | 0 | 0.07 | 288.62 | 0.95 | 0.48 |
| Hex | C2 | 6 | EE | 12 | 61 | 0 | 7 | 121 | 5F | 30 |
| Octal | 302 | 6 | 356 | 22 | 141 | 0 | 7 | 441 | 137 | 60 |
| Binary | 11000010 | 110 | 11101110 | 10010 | 1100001 | 0 | 111 | 100100001 | 1011111 | 110000 |
Color Harmonies of #C206EE
Complementary color
Monochromatic Colors of #C206EE
Black with #C206EE
Text Example
Text Example
White with #C206EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206EE; }
p { color: rgb(194,6,238); }
H1.HeaderClassName
{
color: #C206EE;
}
.AnyTagClassName
{
color: #C206EE;
}
</style>
background-color css
<style>
a { background-color: #C206EE; }
a { background-color: rgb(194,6,238); }
div.DivClassName
{
background-color: #C206EE;
}
.BgClassName
{
background-color: #C206EE;
}
</style>
border-color css
<style>
span { border-color: #C206EE; }
span { border-color: rgb(194,6,238); }
td.TdClassName
{
border-color: #C206EE;
}
.TagClassName
{
border-color: #C206EE;
}
</style>