Shades of Electric Purple #C50DFD
Tints of Electric Purple #C50DFD
RGB
CMYK
RGB Variations
Color information
#C50DFD (or 0xC50DFD) is known color: Electric Purple. HEX triplet: C5, 0D and FD. RGB value is (197,13,253). Sum of RGB (Red+Green+Blue) = 197+13+253=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #C50DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50DFD is #3AF202. Grayscale: #5E5E5E. Windows color (decimal): -3863043 or 16584133. OLE color: 16584133.
HSL color Cylindrical-coordinate representation of color #C50DFD: hue angle of 286º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50DFD is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 13 | 253 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.01 |
| HSL | 286º | 0.98% | 0.52% | - |
| HSV(B) | 286º | 0.95% | 0.99% | - |
| XYZ | 40.9 | 19.25 | 94.49 | - |
| YUV | 95.38 | 216.96 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 253 | 0.22 | 0.95 | 0 | 0.01 | 286 | 0.98 | 0.52 |
| Hex | C5 | D | FD | 16 | 5F | 0 | 1 | 11E | 62 | 34 |
| Octal | 305 | 15 | 375 | 26 | 137 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000101 | 1101 | 11111101 | 10110 | 1011111 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C50DFD
Complementary color
Monochromatic Colors of #C50DFD
Black with #C50DFD
Text Example
Text Example
White with #C50DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50DFD; }
p { color: rgb(197,13,253); }
H1.HeaderClassName
{
color: #C50DFD;
}
.AnyTagClassName
{
color: #C50DFD;
}
</style>
background-color css
<style>
a { background-color: #C50DFD; }
a { background-color: rgb(197,13,253); }
div.DivClassName
{
background-color: #C50DFD;
}
.BgClassName
{
background-color: #C50DFD;
}
</style>
border-color css
<style>
span { border-color: #C50DFD; }
span { border-color: rgb(197,13,253); }
td.TdClassName
{
border-color: #C50DFD;
}
.TagClassName
{
border-color: #C50DFD;
}
</style>