Shades of Electric Purple #C50DFF
Tints of Electric Purple #C50DFF
RGB
CMYK
RGB Variations
Color information
#C50DFF (or 0xC50DFF) is known color: Electric Purple. HEX triplet: C5, 0D and FF. RGB value is (197,13,255). Sum of RGB (Red+Green+Blue) = 197+13+255=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 13 (5.47% from 255 or 2.80% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #C50DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50DFF is #3AF200. Grayscale: #5E5E5E. Windows color (decimal): -3863041 or 16715205. OLE color: 16715205.
HSL color Cylindrical-coordinate representation of color #C50DFF: hue angle of 285.62º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50DFF is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 13 | 255 | - |
| CMYK | 0.23 | 0.95 | 0 | 0 |
| HSL | 285.62º | 1% | 0.53% | - |
| HSV(B) | 285.62º | 0.95% | 1% | - |
| XYZ | 41.22 | 19.38 | 96.18 | - |
| YUV | 95.6 | 217.96 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 255 | 0.23 | 0.95 | 0 | 0 | 285.62 | 1 | 0.53 |
| Hex | C5 | D | FF | 17 | 5F | 0 | 0 | 11E | 64 | 35 |
| Octal | 305 | 15 | 377 | 27 | 137 | 0 | 0 | 436 | 144 | 65 |
| Binary | 11000101 | 1101 | 11111111 | 10111 | 1011111 | 0 | 0 | 100011110 | 1100100 | 110101 |
Color Harmonies of #C50DFF
Complementary color
Monochromatic Colors of #C50DFF
Black with #C50DFF
Text Example
Text Example
White with #C50DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50DFF; }
p { color: rgb(197,13,255); }
H1.HeaderClassName
{
color: #C50DFF;
}
.AnyTagClassName
{
color: #C50DFF;
}
</style>
background-color css
<style>
a { background-color: #C50DFF; }
a { background-color: rgb(197,13,255); }
div.DivClassName
{
background-color: #C50DFF;
}
.BgClassName
{
background-color: #C50DFF;
}
</style>
border-color css
<style>
span { border-color: #C50DFF; }
span { border-color: rgb(197,13,255); }
td.TdClassName
{
border-color: #C50DFF;
}
.TagClassName
{
border-color: #C50DFF;
}
</style>