Shades of Electric Purple #C207EC
Tints of Electric Purple #C207EC
RGB
CMYK
RGB Variations
Color information
#C207EC (or 0xC207EC) is known color: Electric Purple. HEX triplet: C2, 07 and EC. RGB value is (194,7,236). Sum of RGB (Red+Green+Blue) = 194+7+236=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 7 (3.12% from 255 or 1.60% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #C207EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C207EC is #3DF813. Grayscale: #585858. Windows color (decimal): -4061204 or 15468482. OLE color: 15468482.
HSL color Cylindrical-coordinate representation of color #C207EC: hue angle of 289º degrees, saturation: 0.94, 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 #C207EC is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 7 | 236 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.07 |
| HSL | 289º | 0.94% | 0.48% | - |
| HSV(B) | 289º | 0.97% | 0.93% | - |
| XYZ | 37.46 | 17.68 | 80.79 | - |
| YUV | 89.02 | 210.95 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 236 | 0.18 | 0.97 | 0 | 0.07 | 289 | 0.94 | 0.48 |
| Hex | C2 | 7 | EC | 12 | 61 | 0 | 7 | 121 | 5E | 30 |
| Octal | 302 | 7 | 354 | 22 | 141 | 0 | 7 | 441 | 136 | 60 |
| Binary | 11000010 | 111 | 11101100 | 10010 | 1100001 | 0 | 111 | 100100001 | 1011110 | 110000 |
Color Harmonies of #C207EC
Complementary color
Monochromatic Colors of #C207EC
Black with #C207EC
Text Example
Text Example
White with #C207EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207EC; }
p { color: rgb(194,7,236); }
H1.HeaderClassName
{
color: #C207EC;
}
.AnyTagClassName
{
color: #C207EC;
}
</style>
background-color css
<style>
a { background-color: #C207EC; }
a { background-color: rgb(194,7,236); }
div.DivClassName
{
background-color: #C207EC;
}
.BgClassName
{
background-color: #C207EC;
}
</style>
border-color css
<style>
span { border-color: #C207EC; }
span { border-color: rgb(194,7,236); }
td.TdClassName
{
border-color: #C207EC;
}
.TagClassName
{
border-color: #C207EC;
}
</style>