Shades of Electric Purple #C507FB
Tints of Electric Purple #C507FB
RGB
CMYK
RGB Variations
Color information
#C507FB (or 0xC507FB) is known color: Electric Purple. HEX triplet: C5, 07 and FB. RGB value is (197,7,251). Sum of RGB (Red+Green+Blue) = 197+7+251=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #C507FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C507FB is #3AF804. Grayscale: #5A5A5A. Windows color (decimal): -3864581 or 16451525. OLE color: 16451525.
HSL color Cylindrical-coordinate representation of color #C507FB: hue angle of 286.72º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C507FB is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 7 | 251 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.02 |
| HSL | 286.72º | 0.97% | 0.51% | - |
| HSV(B) | 286.72º | 0.97% | 0.98% | - |
| XYZ | 40.51 | 18.99 | 92.8 | - |
| YUV | 91.63 | 217.95 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 251 | 0.22 | 0.97 | 0 | 0.02 | 286.72 | 0.97 | 0.51 |
| Hex | C5 | 7 | FB | 16 | 61 | 0 | 2 | 11F | 61 | 33 |
| Octal | 305 | 7 | 373 | 26 | 141 | 0 | 2 | 437 | 141 | 63 |
| Binary | 11000101 | 111 | 11111011 | 10110 | 1100001 | 0 | 10 | 100011111 | 1100001 | 110011 |
Color Harmonies of #C507FB
Complementary color
Monochromatic Colors of #C507FB
Black with #C507FB
Text Example
Text Example
White with #C507FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507FB; }
p { color: rgb(197,7,251); }
H1.HeaderClassName
{
color: #C507FB;
}
.AnyTagClassName
{
color: #C507FB;
}
</style>
background-color css
<style>
a { background-color: #C507FB; }
a { background-color: rgb(197,7,251); }
div.DivClassName
{
background-color: #C507FB;
}
.BgClassName
{
background-color: #C507FB;
}
</style>
border-color css
<style>
span { border-color: #C507FB; }
span { border-color: rgb(197,7,251); }
td.TdClassName
{
border-color: #C507FB;
}
.TagClassName
{
border-color: #C507FB;
}
</style>