Shades of Electric Purple #C50FF8
Tints of Electric Purple #C50FF8
RGB
CMYK
RGB Variations
Color information
#C50FF8 (or 0xC50FF8) is known color: Electric Purple. HEX triplet: C5, 0F and F8. RGB value is (197,15,248). Sum of RGB (Red+Green+Blue) = 197+15+248=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #C50FF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50FF8 is #3AF007. Grayscale: #5F5F5F. Windows color (decimal): -3862536 or 16256965. OLE color: 16256965.
HSL color Cylindrical-coordinate representation of color #C50FF8: hue angle of 286.87º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50FF8 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 15 | 248 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.03 |
| HSL | 286.87º | 0.94% | 0.52% | - |
| HSV(B) | 286.87º | 0.94% | 0.97% | - |
| XYZ | 40.14 | 18.99 | 90.36 | - |
| YUV | 95.98 | 213.8 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 248 | 0.21 | 0.94 | 0 | 0.03 | 286.87 | 0.94 | 0.52 |
| Hex | C5 | F | F8 | 15 | 5E | 0 | 3 | 11F | 5E | 34 |
| Octal | 305 | 17 | 370 | 25 | 136 | 0 | 3 | 437 | 136 | 64 |
| Binary | 11000101 | 1111 | 11111000 | 10101 | 1011110 | 0 | 11 | 100011111 | 1011110 | 110100 |
Color Harmonies of #C50FF8
Complementary color
Monochromatic Colors of #C50FF8
Black with #C50FF8
Text Example
Text Example
White with #C50FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FF8; }
p { color: rgb(197,15,248); }
H1.HeaderClassName
{
color: #C50FF8;
}
.AnyTagClassName
{
color: #C50FF8;
}
</style>
background-color css
<style>
a { background-color: #C50FF8; }
a { background-color: rgb(197,15,248); }
div.DivClassName
{
background-color: #C50FF8;
}
.BgClassName
{
background-color: #C50FF8;
}
</style>
border-color css
<style>
span { border-color: #C50FF8; }
span { border-color: rgb(197,15,248); }
td.TdClassName
{
border-color: #C50FF8;
}
.TagClassName
{
border-color: #C50FF8;
}
</style>