Shades of Electric Purple #C50DFC
Tints of Electric Purple #C50DFC
RGB
CMYK
RGB Variations
Color information
#C50DFC (or 0xC50DFC) is known color: Electric Purple. HEX triplet: C5, 0D and FC. RGB value is (197,13,252). Sum of RGB (Red+Green+Blue) = 197+13+252=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 13 (5.47% from 255 or 2.81% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #C50DFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50DFC is #3AF203. Grayscale: #5E5E5E. Windows color (decimal): -3863044 or 16518597. OLE color: 16518597.
HSL color Cylindrical-coordinate representation of color #C50DFC: hue angle of 286.19º 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 #C50DFC is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 13 | 252 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.01 |
| HSL | 286.19º | 0.98% | 0.52% | - |
| HSV(B) | 286.19º | 0.95% | 0.99% | - |
| XYZ | 40.74 | 19.19 | 93.65 | - |
| YUV | 95.26 | 216.46 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 252 | 0.22 | 0.95 | 0 | 0.01 | 286.19 | 0.98 | 0.52 |
| Hex | C5 | D | FC | 16 | 5F | 0 | 1 | 11E | 62 | 34 |
| Octal | 305 | 15 | 374 | 26 | 137 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000101 | 1101 | 11111100 | 10110 | 1011111 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C50DFC
Complementary color
Monochromatic Colors of #C50DFC
Black with #C50DFC
Text Example
Text Example
White with #C50DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50DFC; }
p { color: rgb(197,13,252); }
H1.HeaderClassName
{
color: #C50DFC;
}
.AnyTagClassName
{
color: #C50DFC;
}
</style>
background-color css
<style>
a { background-color: #C50DFC; }
a { background-color: rgb(197,13,252); }
div.DivClassName
{
background-color: #C50DFC;
}
.BgClassName
{
background-color: #C50DFC;
}
</style>
border-color css
<style>
span { border-color: #C50DFC; }
span { border-color: rgb(197,13,252); }
td.TdClassName
{
border-color: #C50DFC;
}
.TagClassName
{
border-color: #C50DFC;
}
</style>