Shades of Electric Purple #C206E5
Tints of Electric Purple #C206E5
RGB
CMYK
RGB Variations
Color information
#C206E5 (or 0xC206E5) is known color: Electric Purple. HEX triplet: C2, 06 and E5. RGB value is (194,6,229). Sum of RGB (Red+Green+Blue) = 194+6+229=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 229 (89.84% from 255 or 53.38% from 429); Max value from RGB is 229 - color contains mainly: blue. Hex color #C206E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206E5 is #3DF91A. Grayscale: #565656. Windows color (decimal): -4061467 or 15009474. OLE color: 15009474.
HSL color Cylindrical-coordinate representation of color #C206E5: hue angle of 290.58º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206E5 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 6 | 229 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.10 |
| HSL | 290.58º | 0.95% | 0.46% | - |
| HSV(B) | 290.58º | 0.97% | 0.9% | - |
| XYZ | 36.46 | 17.26 | 75.54 | - |
| YUV | 87.63 | 207.78 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 229 | 0.15 | 0.97 | 0 | 0.10 | 290.58 | 0.95 | 0.46 |
| Hex | C2 | 6 | E5 | F | 61 | 0 | A | 123 | 5F | 2E |
| Octal | 302 | 6 | 345 | 17 | 141 | 0 | 12 | 443 | 137 | 56 |
| Binary | 11000010 | 110 | 11100101 | 1111 | 1100001 | 0 | 1010 | 100100011 | 1011111 | 101110 |
Color Harmonies of #C206E5
Complementary color
Monochromatic Colors of #C206E5
Black with #C206E5
Text Example
Text Example
White with #C206E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206E5; }
p { color: rgb(194,6,229); }
H1.HeaderClassName
{
color: #C206E5;
}
.AnyTagClassName
{
color: #C206E5;
}
</style>
background-color css
<style>
a { background-color: #C206E5; }
a { background-color: rgb(194,6,229); }
div.DivClassName
{
background-color: #C206E5;
}
.BgClassName
{
background-color: #C206E5;
}
</style>
border-color css
<style>
span { border-color: #C206E5; }
span { border-color: rgb(194,6,229); }
td.TdClassName
{
border-color: #C206E5;
}
.TagClassName
{
border-color: #C206E5;
}
</style>