Shades of Electric Purple #C504EF
Tints of Electric Purple #C504EF
RGB
CMYK
RGB Variations
Color information
#C504EF (or 0xC504EF) is known color: Electric Purple. HEX triplet: C5, 04 and EF. RGB value is (197,4,239). Sum of RGB (Red+Green+Blue) = 197+4+239=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 4 (1.95% from 255 or 0.91% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #C504EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C504EF is #3AFB10. Grayscale: #575757. Windows color (decimal): -3865361 or 15664325. OLE color: 15664325.
HSL color Cylindrical-coordinate representation of color #C504EF: hue angle of 289.28º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C504EF is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 4 | 239 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.06 |
| HSL | 289.28º | 0.97% | 0.48% | - |
| HSV(B) | 289.28º | 0.98% | 0.94% | - |
| XYZ | 38.65 | 18.19 | 83.14 | - |
| YUV | 88.5 | 212.94 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 239 | 0.18 | 0.98 | 0 | 0.06 | 289.28 | 0.97 | 0.48 |
| Hex | C5 | 4 | EF | 12 | 62 | 0 | 6 | 121 | 61 | 30 |
| Octal | 305 | 4 | 357 | 22 | 142 | 0 | 6 | 441 | 141 | 60 |
| Binary | 11000101 | 100 | 11101111 | 10010 | 1100010 | 0 | 110 | 100100001 | 1100001 | 110000 |
Color Harmonies of #C504EF
Complementary color
Monochromatic Colors of #C504EF
Black with #C504EF
Text Example
Text Example
White with #C504EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C504EF; }
p { color: rgb(197,4,239); }
H1.HeaderClassName
{
color: #C504EF;
}
.AnyTagClassName
{
color: #C504EF;
}
</style>
background-color css
<style>
a { background-color: #C504EF; }
a { background-color: rgb(197,4,239); }
div.DivClassName
{
background-color: #C504EF;
}
.BgClassName
{
background-color: #C504EF;
}
</style>
border-color css
<style>
span { border-color: #C504EF; }
span { border-color: rgb(197,4,239); }
td.TdClassName
{
border-color: #C504EF;
}
.TagClassName
{
border-color: #C504EF;
}
</style>