Shades of Electric Purple #C508FB
Tints of Electric Purple #C508FB
RGB
CMYK
RGB Variations
Color information
#C508FB (or 0xC508FB) is known color: Electric Purple. HEX triplet: C5, 08 and FB. RGB value is (197,8,251). Sum of RGB (Red+Green+Blue) = 197+8+251=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 8 (3.52% from 255 or 1.75% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #C508FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C508FB is #3AF704. Grayscale: #5B5B5B. Windows color (decimal): -3864325 or 16451781. OLE color: 16451781.
HSL color Cylindrical-coordinate representation of color #C508FB: hue angle of 286.67º 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 #C508FB is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 8 | 251 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.02 |
| HSL | 286.67º | 0.97% | 0.51% | - |
| HSV(B) | 286.67º | 0.97% | 0.98% | - |
| XYZ | 40.53 | 19.01 | 92.8 | - |
| YUV | 92.21 | 217.62 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 251 | 0.22 | 0.97 | 0 | 0.02 | 286.67 | 0.97 | 0.51 |
| Hex | C5 | 8 | FB | 16 | 61 | 0 | 2 | 11F | 61 | 33 |
| Octal | 305 | 10 | 373 | 26 | 141 | 0 | 2 | 437 | 141 | 63 |
| Binary | 11000101 | 1000 | 11111011 | 10110 | 1100001 | 0 | 10 | 100011111 | 1100001 | 110011 |
Color Harmonies of #C508FB
Complementary color
Monochromatic Colors of #C508FB
Black with #C508FB
Text Example
Text Example
White with #C508FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508FB; }
p { color: rgb(197,8,251); }
H1.HeaderClassName
{
color: #C508FB;
}
.AnyTagClassName
{
color: #C508FB;
}
</style>
background-color css
<style>
a { background-color: #C508FB; }
a { background-color: rgb(197,8,251); }
div.DivClassName
{
background-color: #C508FB;
}
.BgClassName
{
background-color: #C508FB;
}
</style>
border-color css
<style>
span { border-color: #C508FB; }
span { border-color: rgb(197,8,251); }
td.TdClassName
{
border-color: #C508FB;
}
.TagClassName
{
border-color: #C508FB;
}
</style>