Shades of Electric Purple #C504F8
Tints of Electric Purple #C504F8
RGB
CMYK
RGB Variations
Color information
#C504F8 (or 0xC504F8) is known color: Electric Purple. HEX triplet: C5, 04 and F8. RGB value is (197,4,248). Sum of RGB (Red+Green+Blue) = 197+4+248=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #C504F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C504F8 is #3AFB07. Grayscale: #585858. Windows color (decimal): -3865352 or 16254149. OLE color: 16254149.
HSL color Cylindrical-coordinate representation of color #C504F8: hue angle of 287.46º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C504F8 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 4 | 248 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.03 |
| HSL | 287.46º | 0.97% | 0.49% | - |
| HSV(B) | 287.46º | 0.98% | 0.97% | - |
| XYZ | 40.01 | 18.73 | 90.31 | - |
| YUV | 89.52 | 217.44 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 248 | 0.21 | 0.98 | 0 | 0.03 | 287.46 | 0.97 | 0.49 |
| Hex | C5 | 4 | F8 | 15 | 62 | 0 | 3 | 11F | 61 | 31 |
| Octal | 305 | 4 | 370 | 25 | 142 | 0 | 3 | 437 | 141 | 61 |
| Binary | 11000101 | 100 | 11111000 | 10101 | 1100010 | 0 | 11 | 100011111 | 1100001 | 110001 |
Color Harmonies of #C504F8
Complementary color
Monochromatic Colors of #C504F8
Black with #C504F8
Text Example
Text Example
White with #C504F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C504F8; }
p { color: rgb(197,4,248); }
H1.HeaderClassName
{
color: #C504F8;
}
.AnyTagClassName
{
color: #C504F8;
}
</style>
background-color css
<style>
a { background-color: #C504F8; }
a { background-color: rgb(197,4,248); }
div.DivClassName
{
background-color: #C504F8;
}
.BgClassName
{
background-color: #C504F8;
}
</style>
border-color css
<style>
span { border-color: #C504F8; }
span { border-color: rgb(197,4,248); }
td.TdClassName
{
border-color: #C504F8;
}
.TagClassName
{
border-color: #C504F8;
}
</style>