Shades of Electric Purple #C507FD
Tints of Electric Purple #C507FD
RGB
CMYK
RGB Variations
Color information
#C507FD (or 0xC507FD) is known color: Electric Purple. HEX triplet: C5, 07 and FD. RGB value is (197,7,253). Sum of RGB (Red+Green+Blue) = 197+7+253=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #C507FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C507FD is #3AF802. Grayscale: #5B5B5B. Windows color (decimal): -3864579 or 16582597. OLE color: 16582597.
HSL color Cylindrical-coordinate representation of color #C507FD: hue angle of 286.34º 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 #C507FD is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 7 | 253 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.01 |
| HSL | 286.34º | 0.98% | 0.51% | - |
| HSV(B) | 286.34º | 0.97% | 0.99% | - |
| XYZ | 40.83 | 19.11 | 94.47 | - |
| YUV | 91.85 | 218.95 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 253 | 0.22 | 0.97 | 0 | 0.01 | 286.34 | 0.98 | 0.51 |
| Hex | C5 | 7 | FD | 16 | 61 | 0 | 1 | 11E | 62 | 33 |
| Octal | 305 | 7 | 375 | 26 | 141 | 0 | 1 | 436 | 142 | 63 |
| Binary | 11000101 | 111 | 11111101 | 10110 | 1100001 | 0 | 1 | 100011110 | 1100010 | 110011 |
Color Harmonies of #C507FD
Complementary color
Monochromatic Colors of #C507FD
Black with #C507FD
Text Example
Text Example
White with #C507FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507FD; }
p { color: rgb(197,7,253); }
H1.HeaderClassName
{
color: #C507FD;
}
.AnyTagClassName
{
color: #C507FD;
}
</style>
background-color css
<style>
a { background-color: #C507FD; }
a { background-color: rgb(197,7,253); }
div.DivClassName
{
background-color: #C507FD;
}
.BgClassName
{
background-color: #C507FD;
}
</style>
border-color css
<style>
span { border-color: #C507FD; }
span { border-color: rgb(197,7,253); }
td.TdClassName
{
border-color: #C507FD;
}
.TagClassName
{
border-color: #C507FD;
}
</style>