Shades of Electric Purple #C508F8
Tints of Electric Purple #C508F8
RGB
CMYK
RGB Variations
Color information
#C508F8 (or 0xC508F8) is known color: Electric Purple. HEX triplet: C5, 08 and F8. RGB value is (197,8,248). Sum of RGB (Red+Green+Blue) = 197+8+248=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 8 (3.52% from 255 or 1.77% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #C508F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C508F8 is #3AF707. Grayscale: #5B5B5B. Windows color (decimal): -3864328 or 16255173. OLE color: 16255173.
HSL color Cylindrical-coordinate representation of color #C508F8: hue angle of 287.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C508F8 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 8 | 248 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.03 |
| HSL | 287.25º | 0.94% | 0.5% | - |
| HSV(B) | 287.25º | 0.97% | 0.97% | - |
| XYZ | 40.06 | 18.82 | 90.33 | - |
| YUV | 91.87 | 216.12 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 248 | 0.21 | 0.97 | 0 | 0.03 | 287.25 | 0.94 | 0.5 |
| Hex | C5 | 8 | F8 | 15 | 61 | 0 | 3 | 11F | 5E | 32 |
| Octal | 305 | 10 | 370 | 25 | 141 | 0 | 3 | 437 | 136 | 62 |
| Binary | 11000101 | 1000 | 11111000 | 10101 | 1100001 | 0 | 11 | 100011111 | 1011110 | 110010 |
Color Harmonies of #C508F8
Complementary color
Monochromatic Colors of #C508F8
Black with #C508F8
Text Example
Text Example
White with #C508F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508F8; }
p { color: rgb(197,8,248); }
H1.HeaderClassName
{
color: #C508F8;
}
.AnyTagClassName
{
color: #C508F8;
}
</style>
background-color css
<style>
a { background-color: #C508F8; }
a { background-color: rgb(197,8,248); }
div.DivClassName
{
background-color: #C508F8;
}
.BgClassName
{
background-color: #C508F8;
}
</style>
border-color css
<style>
span { border-color: #C508F8; }
span { border-color: rgb(197,8,248); }
td.TdClassName
{
border-color: #C508F8;
}
.TagClassName
{
border-color: #C508F8;
}
</style>