Shades of Electric Purple #C206EA
Tints of Electric Purple #C206EA
RGB
CMYK
RGB Variations
Color information
#C206EA (or 0xC206EA) is known color: Electric Purple. HEX triplet: C2, 06 and EA. RGB value is (194,6,234). Sum of RGB (Red+Green+Blue) = 194+6+234=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 6 (2.73% from 255 or 1.38% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #C206EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C206EA is #3DF915. Grayscale: #575757. Windows color (decimal): -4061462 or 15337154. OLE color: 15337154.
HSL color Cylindrical-coordinate representation of color #C206EA: hue angle of 289.47º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206EA is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 6 | 234 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.08 |
| HSL | 289.47º | 0.95% | 0.47% | - |
| HSV(B) | 289.47º | 0.97% | 0.92% | - |
| XYZ | 37.16 | 17.54 | 79.27 | - |
| YUV | 88.2 | 210.28 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 234 | 0.17 | 0.97 | 0 | 0.08 | 289.47 | 0.95 | 0.47 |
| Hex | C2 | 6 | EA | 11 | 61 | 0 | 8 | 121 | 5F | 2F |
| Octal | 302 | 6 | 352 | 21 | 141 | 0 | 10 | 441 | 137 | 57 |
| Binary | 11000010 | 110 | 11101010 | 10001 | 1100001 | 0 | 1000 | 100100001 | 1011111 | 101111 |
Color Harmonies of #C206EA
Complementary color
Monochromatic Colors of #C206EA
Black with #C206EA
Text Example
Text Example
White with #C206EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206EA; }
p { color: rgb(194,6,234); }
H1.HeaderClassName
{
color: #C206EA;
}
.AnyTagClassName
{
color: #C206EA;
}
</style>
background-color css
<style>
a { background-color: #C206EA; }
a { background-color: rgb(194,6,234); }
div.DivClassName
{
background-color: #C206EA;
}
.BgClassName
{
background-color: #C206EA;
}
</style>
border-color css
<style>
span { border-color: #C206EA; }
span { border-color: rgb(194,6,234); }
td.TdClassName
{
border-color: #C206EA;
}
.TagClassName
{
border-color: #C206EA;
}
</style>