Shades of Electric Purple #C500ED
Tints of Electric Purple #C500ED
RGB
CMYK
RGB Variations
Color information
#C500ED (or 0xC500ED) is known color: Electric Purple. HEX triplet: C5, 00 and ED. RGB value is (197,0,237). Sum of RGB (Red+Green+Blue) = 197+0+237=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #C500ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C500ED is #3AFF12. Grayscale: #555555. Windows color (decimal): -3866387 or 15532229. OLE color: 15532229.
HSL color Cylindrical-coordinate representation of color #C500ED: hue angle of 289.87º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500ED is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 0 | 237 | - |
| CMYK | 0.17 | 1 | 0 | 0.07 |
| HSL | 289.87º | 1% | 0.46% | - |
| HSV(B) | 289.87º | 1% | 0.93% | - |
| XYZ | 38.31 | 17.98 | 81.57 | - |
| YUV | 85.92 | 213.27 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 237 | 0.17 | 1 | 0 | 0.07 | 289.87 | 1 | 0.46 |
| Hex | C5 | 0 | ED | 11 | 64 | 0 | 7 | 122 | 64 | 2E |
| Octal | 305 | 0 | 355 | 21 | 144 | 0 | 7 | 442 | 144 | 56 |
| Binary | 11000101 | 0 | 11101101 | 10001 | 1100100 | 0 | 111 | 100100010 | 1100100 | 101110 |
Color Harmonies of #C500ED
Complementary color
Monochromatic Colors of #C500ED
Black with #C500ED
Text Example
Text Example
White with #C500ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C500ED; }
p { color: rgb(197,0,237); }
H1.HeaderClassName
{
color: #C500ED;
}
.AnyTagClassName
{
color: #C500ED;
}
</style>
background-color css
<style>
a { background-color: #C500ED; }
a { background-color: rgb(197,0,237); }
div.DivClassName
{
background-color: #C500ED;
}
.BgClassName
{
background-color: #C500ED;
}
</style>
border-color css
<style>
span { border-color: #C500ED; }
span { border-color: rgb(197,0,237); }
td.TdClassName
{
border-color: #C500ED;
}
.TagClassName
{
border-color: #C500ED;
}
</style>