Shades of Electric Purple #C500F0
Tints of Electric Purple #C500F0
RGB
CMYK
RGB Variations
Color information
#C500F0 (or 0xC500F0) is known color: Electric Purple. HEX triplet: C5, 00 and F0. RGB value is (197,0,240). Sum of RGB (Red+Green+Blue) = 197+0+240=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #C500F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C500F0 is #3AFF0F. Grayscale: #555555. Windows color (decimal): -3866384 or 15728837. OLE color: 15728837.
HSL color Cylindrical-coordinate representation of color #C500F0: hue angle of 289.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500F0 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 0 | 240 | - |
| CMYK | 0.18 | 1 | 0 | 0.06 |
| HSL | 289.25º | 1% | 0.47% | - |
| HSV(B) | 289.25º | 1% | 0.94% | - |
| XYZ | 38.75 | 18.16 | 83.9 | - |
| YUV | 86.26 | 214.77 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 240 | 0.18 | 1 | 0 | 0.06 | 289.25 | 1 | 0.47 |
| Hex | C5 | 0 | F0 | 12 | 64 | 0 | 6 | 121 | 64 | 2F |
| Octal | 305 | 0 | 360 | 22 | 144 | 0 | 6 | 441 | 144 | 57 |
| Binary | 11000101 | 0 | 11110000 | 10010 | 1100100 | 0 | 110 | 100100001 | 1100100 | 101111 |
Color Harmonies of #C500F0
Complementary color
Monochromatic Colors of #C500F0
Black with #C500F0
Text Example
Text Example
White with #C500F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C500F0; }
p { color: rgb(197,0,240); }
H1.HeaderClassName
{
color: #C500F0;
}
.AnyTagClassName
{
color: #C500F0;
}
</style>
background-color css
<style>
a { background-color: #C500F0; }
a { background-color: rgb(197,0,240); }
div.DivClassName
{
background-color: #C500F0;
}
.BgClassName
{
background-color: #C500F0;
}
</style>
border-color css
<style>
span { border-color: #C500F0; }
span { border-color: rgb(197,0,240); }
td.TdClassName
{
border-color: #C500F0;
}
.TagClassName
{
border-color: #C500F0;
}
</style>