Shades of Electric Purple #C507FC
Tints of Electric Purple #C507FC
RGB
CMYK
RGB Variations
Color information
#C507FC (or 0xC507FC) is known color: Electric Purple. HEX triplet: C5, 07 and FC. RGB value is (197,7,252). Sum of RGB (Red+Green+Blue) = 197+7+252=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #C507FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C507FC is #3AF803. Grayscale: #5A5A5A. Windows color (decimal): -3864580 or 16517061. OLE color: 16517061.
HSL color Cylindrical-coordinate representation of color #C507FC: hue angle of 286.53º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C507FC is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 7 | 252 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.01 |
| HSL | 286.53º | 0.98% | 0.51% | - |
| HSV(B) | 286.53º | 0.97% | 0.99% | - |
| XYZ | 40.67 | 19.05 | 93.63 | - |
| YUV | 91.74 | 218.45 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 252 | 0.22 | 0.97 | 0 | 0.01 | 286.53 | 0.98 | 0.51 |
| Hex | C5 | 7 | FC | 16 | 61 | 0 | 1 | 11F | 62 | 33 |
| Octal | 305 | 7 | 374 | 26 | 141 | 0 | 1 | 437 | 142 | 63 |
| Binary | 11000101 | 111 | 11111100 | 10110 | 1100001 | 0 | 1 | 100011111 | 1100010 | 110011 |
Color Harmonies of #C507FC
Complementary color
Monochromatic Colors of #C507FC
Black with #C507FC
Text Example
Text Example
White with #C507FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507FC; }
p { color: rgb(197,7,252); }
H1.HeaderClassName
{
color: #C507FC;
}
.AnyTagClassName
{
color: #C507FC;
}
</style>
background-color css
<style>
a { background-color: #C507FC; }
a { background-color: rgb(197,7,252); }
div.DivClassName
{
background-color: #C507FC;
}
.BgClassName
{
background-color: #C507FC;
}
</style>
border-color css
<style>
span { border-color: #C507FC; }
span { border-color: rgb(197,7,252); }
td.TdClassName
{
border-color: #C507FC;
}
.TagClassName
{
border-color: #C507FC;
}
</style>