Shades of Electric Purple #C50FFD
Tints of Electric Purple #C50FFD
RGB
CMYK
RGB Variations
Color information
#C50FFD (or 0xC50FFD) is known color: Electric Purple. HEX triplet: C5, 0F and FD. RGB value is (197,15,253). Sum of RGB (Red+Green+Blue) = 197+15+253=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #C50FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50FFD is #3AF002. Grayscale: #5F5F5F. Windows color (decimal): -3862531 or 16584645. OLE color: 16584645.
HSL color Cylindrical-coordinate representation of color #C50FFD: hue angle of 285.88º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50FFD is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 15 | 253 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.01 |
| HSL | 285.88º | 0.98% | 0.53% | - |
| HSV(B) | 285.88º | 0.94% | 0.99% | - |
| XYZ | 40.93 | 19.3 | 94.5 | - |
| YUV | 96.55 | 216.3 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 253 | 0.22 | 0.94 | 0 | 0.01 | 285.88 | 0.98 | 0.53 |
| Hex | C5 | F | FD | 16 | 5E | 0 | 1 | 11E | 62 | 35 |
| Octal | 305 | 17 | 375 | 26 | 136 | 0 | 1 | 436 | 142 | 65 |
| Binary | 11000101 | 1111 | 11111101 | 10110 | 1011110 | 0 | 1 | 100011110 | 1100010 | 110101 |
Color Harmonies of #C50FFD
Complementary color
Monochromatic Colors of #C50FFD
Black with #C50FFD
Text Example
Text Example
White with #C50FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FFD; }
p { color: rgb(197,15,253); }
H1.HeaderClassName
{
color: #C50FFD;
}
.AnyTagClassName
{
color: #C50FFD;
}
</style>
background-color css
<style>
a { background-color: #C50FFD; }
a { background-color: rgb(197,15,253); }
div.DivClassName
{
background-color: #C50FFD;
}
.BgClassName
{
background-color: #C50FFD;
}
</style>
border-color css
<style>
span { border-color: #C50FFD; }
span { border-color: rgb(197,15,253); }
td.TdClassName
{
border-color: #C50FFD;
}
.TagClassName
{
border-color: #C50FFD;
}
</style>