Shades of Electric Purple #C507F8
Tints of Electric Purple #C507F8
RGB
CMYK
RGB Variations
Color information
#C507F8 (or 0xC507F8) is known color: Electric Purple. HEX triplet: C5, 07 and F8. RGB value is (197,7,248). Sum of RGB (Red+Green+Blue) = 197+7+248=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 248 (97.27% from 255 or 54.87% from 452); Max value from RGB is 248 - color contains mainly: blue. Hex color #C507F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C507F8 is #3AF807. Grayscale: #5A5A5A. Windows color (decimal): -3864584 or 16254917. OLE color: 16254917.
HSL color Cylindrical-coordinate representation of color #C507F8: hue angle of 287.3º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C507F8 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 7 | 248 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.03 |
| HSL | 287.3º | 0.95% | 0.5% | - |
| HSV(B) | 287.3º | 0.97% | 0.97% | - |
| XYZ | 40.05 | 18.8 | 90.33 | - |
| YUV | 91.28 | 216.45 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 248 | 0.21 | 0.97 | 0 | 0.03 | 287.3 | 0.95 | 0.5 |
| Hex | C5 | 7 | F8 | 15 | 61 | 0 | 3 | 11F | 5F | 32 |
| Octal | 305 | 7 | 370 | 25 | 141 | 0 | 3 | 437 | 137 | 62 |
| Binary | 11000101 | 111 | 11111000 | 10101 | 1100001 | 0 | 11 | 100011111 | 1011111 | 110010 |
Color Harmonies of #C507F8
Complementary color
Monochromatic Colors of #C507F8
Black with #C507F8
Text Example
Text Example
White with #C507F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507F8; }
p { color: rgb(197,7,248); }
H1.HeaderClassName
{
color: #C507F8;
}
.AnyTagClassName
{
color: #C507F8;
}
</style>
background-color css
<style>
a { background-color: #C507F8; }
a { background-color: rgb(197,7,248); }
div.DivClassName
{
background-color: #C507F8;
}
.BgClassName
{
background-color: #C507F8;
}
</style>
border-color css
<style>
span { border-color: #C507F8; }
span { border-color: rgb(197,7,248); }
td.TdClassName
{
border-color: #C507F8;
}
.TagClassName
{
border-color: #C507F8;
}
</style>