Shades of Electric Purple #C207ED
Tints of Electric Purple #C207ED
RGB
CMYK
RGB Variations
Color information
#C207ED (or 0xC207ED) is known color: Electric Purple. HEX triplet: C2, 07 and ED. RGB value is (194,7,237). Sum of RGB (Red+Green+Blue) = 194+7+237=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 7 (3.12% from 255 or 1.60% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #C207ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C207ED is #3DF812. Grayscale: #585858. Windows color (decimal): -4061203 or 15534018. OLE color: 15534018.
HSL color Cylindrical-coordinate representation of color #C207ED: hue angle of 288.78º 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 #C207ED is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 7 | 237 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.07 |
| HSL | 288.78º | 0.94% | 0.48% | - |
| HSV(B) | 288.78º | 0.97% | 0.93% | - |
| XYZ | 37.61 | 17.74 | 81.56 | - |
| YUV | 89.13 | 211.45 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 237 | 0.18 | 0.97 | 0 | 0.07 | 288.78 | 0.94 | 0.48 |
| Hex | C2 | 7 | ED | 12 | 61 | 0 | 7 | 121 | 5E | 30 |
| Octal | 302 | 7 | 355 | 22 | 141 | 0 | 7 | 441 | 136 | 60 |
| Binary | 11000010 | 111 | 11101101 | 10010 | 1100001 | 0 | 111 | 100100001 | 1011110 | 110000 |
Color Harmonies of #C207ED
Complementary color
Monochromatic Colors of #C207ED
Black with #C207ED
Text Example
Text Example
White with #C207ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207ED; }
p { color: rgb(194,7,237); }
H1.HeaderClassName
{
color: #C207ED;
}
.AnyTagClassName
{
color: #C207ED;
}
</style>
background-color css
<style>
a { background-color: #C207ED; }
a { background-color: rgb(194,7,237); }
div.DivClassName
{
background-color: #C207ED;
}
.BgClassName
{
background-color: #C207ED;
}
</style>
border-color css
<style>
span { border-color: #C207ED; }
span { border-color: rgb(194,7,237); }
td.TdClassName
{
border-color: #C207ED;
}
.TagClassName
{
border-color: #C207ED;
}
</style>