Shades of Electric Purple #C508ED
Tints of Electric Purple #C508ED
RGB
CMYK
RGB Variations
Color information
#C508ED (or 0xC508ED) is known color: Electric Purple. HEX triplet: C5, 08 and ED. RGB value is (197,8,237). Sum of RGB (Red+Green+Blue) = 197+8+237=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #C508ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C508ED is #3AF712. Grayscale: #595959. Windows color (decimal): -3864339 or 15534277. OLE color: 15534277.
HSL color Cylindrical-coordinate representation of color #C508ED: hue angle of 289.52º degrees, saturation: 0.93, 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 #C508ED is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 8 | 237 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.07 |
| HSL | 289.52º | 0.93% | 0.48% | - |
| HSV(B) | 289.52º | 0.97% | 0.93% | - |
| XYZ | 38.4 | 18.16 | 81.6 | - |
| YUV | 90.62 | 210.62 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 237 | 0.17 | 0.97 | 0 | 0.07 | 289.52 | 0.93 | 0.48 |
| Hex | C5 | 8 | ED | 11 | 61 | 0 | 7 | 122 | 5D | 30 |
| Octal | 305 | 10 | 355 | 21 | 141 | 0 | 7 | 442 | 135 | 60 |
| Binary | 11000101 | 1000 | 11101101 | 10001 | 1100001 | 0 | 111 | 100100010 | 1011101 | 110000 |
Color Harmonies of #C508ED
Complementary color
Monochromatic Colors of #C508ED
Black with #C508ED
Text Example
Text Example
White with #C508ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508ED; }
p { color: rgb(197,8,237); }
H1.HeaderClassName
{
color: #C508ED;
}
.AnyTagClassName
{
color: #C508ED;
}
</style>
background-color css
<style>
a { background-color: #C508ED; }
a { background-color: rgb(197,8,237); }
div.DivClassName
{
background-color: #C508ED;
}
.BgClassName
{
background-color: #C508ED;
}
</style>
border-color css
<style>
span { border-color: #C508ED; }
span { border-color: rgb(197,8,237); }
td.TdClassName
{
border-color: #C508ED;
}
.TagClassName
{
border-color: #C508ED;
}
</style>