Shades of Electric Purple #C500FB
Tints of Electric Purple #C500FB
RGB
CMYK
RGB Variations
Color information
#C500FB (or 0xC500FB) is known color: Electric Purple. HEX triplet: C5, 00 and FB. RGB value is (197,0,251). Sum of RGB (Red+Green+Blue) = 197+0+251=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #C500FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C500FB is #3AFF04. Grayscale: #565656. Windows color (decimal): -3866373 or 16449733. OLE color: 16449733.
HSL color Cylindrical-coordinate representation of color #C500FB: hue angle of 287.09º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500FB is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 0 | 251 | - |
| CMYK | 0.22 | 1 | 0 | 0.02 |
| HSL | 287.09º | 1% | 0.49% | - |
| HSV(B) | 287.09º | 1% | 0.98% | - |
| XYZ | 40.44 | 18.84 | 92.77 | - |
| YUV | 87.52 | 220.27 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 251 | 0.22 | 1 | 0 | 0.02 | 287.09 | 1 | 0.49 |
| Hex | C5 | 0 | FB | 16 | 64 | 0 | 2 | 11F | 64 | 31 |
| Octal | 305 | 0 | 373 | 26 | 144 | 0 | 2 | 437 | 144 | 61 |
| Binary | 11000101 | 0 | 11111011 | 10110 | 1100100 | 0 | 10 | 100011111 | 1100100 | 110001 |
Color Harmonies of #C500FB
Complementary color
Monochromatic Colors of #C500FB
Black with #C500FB
Text Example
Text Example
White with #C500FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C500FB; }
p { color: rgb(197,0,251); }
H1.HeaderClassName
{
color: #C500FB;
}
.AnyTagClassName
{
color: #C500FB;
}
</style>
background-color css
<style>
a { background-color: #C500FB; }
a { background-color: rgb(197,0,251); }
div.DivClassName
{
background-color: #C500FB;
}
.BgClassName
{
background-color: #C500FB;
}
</style>
border-color css
<style>
span { border-color: #C500FB; }
span { border-color: rgb(197,0,251); }
td.TdClassName
{
border-color: #C500FB;
}
.TagClassName
{
border-color: #C500FB;
}
</style>