Shades of Electric Purple #C207E5
Tints of Electric Purple #C207E5
RGB
CMYK
RGB Variations
Color information
#C207E5 (or 0xC207E5) is known color: Electric Purple. HEX triplet: C2, 07 and E5. RGB value is (194,7,229). Sum of RGB (Red+Green+Blue) = 194+7+229=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 229 (89.84% from 255 or 53.26% from 430); Max value from RGB is 229 - color contains mainly: blue. Hex color #C207E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C207E5 is #3DF81A. Grayscale: #575757. Windows color (decimal): -4061211 or 15009730. OLE color: 15009730.
HSL color Cylindrical-coordinate representation of color #C207E5: hue angle of 290.54º degrees, saturation: 0.94, 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 #C207E5 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 7 | 229 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.10 |
| HSL | 290.54º | 0.94% | 0.46% | - |
| HSV(B) | 290.54º | 0.97% | 0.9% | - |
| XYZ | 36.47 | 17.28 | 75.54 | - |
| YUV | 88.22 | 207.45 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 229 | 0.15 | 0.97 | 0 | 0.10 | 290.54 | 0.94 | 0.46 |
| Hex | C2 | 7 | E5 | F | 61 | 0 | A | 123 | 5E | 2E |
| Octal | 302 | 7 | 345 | 17 | 141 | 0 | 12 | 443 | 136 | 56 |
| Binary | 11000010 | 111 | 11100101 | 1111 | 1100001 | 0 | 1010 | 100100011 | 1011110 | 101110 |
Color Harmonies of #C207E5
Complementary color
Monochromatic Colors of #C207E5
Black with #C207E5
Text Example
Text Example
White with #C207E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207E5; }
p { color: rgb(194,7,229); }
H1.HeaderClassName
{
color: #C207E5;
}
.AnyTagClassName
{
color: #C207E5;
}
</style>
background-color css
<style>
a { background-color: #C207E5; }
a { background-color: rgb(194,7,229); }
div.DivClassName
{
background-color: #C207E5;
}
.BgClassName
{
background-color: #C207E5;
}
</style>
border-color css
<style>
span { border-color: #C207E5; }
span { border-color: rgb(194,7,229); }
td.TdClassName
{
border-color: #C207E5;
}
.TagClassName
{
border-color: #C207E5;
}
</style>