Shades of Electric Purple #C512FD
Tints of Electric Purple #C512FD
RGB
CMYK
RGB Variations
Color information
#C512FD (or 0xC512FD) is known color: Electric Purple. HEX triplet: C5, 12 and FD. RGB value is (197,18,253). Sum of RGB (Red+Green+Blue) = 197+18+253=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #C512FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C512FD is #3AED02. Grayscale: #616161. Windows color (decimal): -3861763 or 16585413. OLE color: 16585413.
HSL color Cylindrical-coordinate representation of color #C512FD: hue angle of 285.7º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C512FD is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 18 | 253 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.01 |
| HSL | 285.7º | 0.98% | 0.53% | - |
| HSV(B) | 285.7º | 0.93% | 0.99% | - |
| XYZ | 40.97 | 19.39 | 94.51 | - |
| YUV | 98.31 | 215.3 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 253 | 0.22 | 0.93 | 0 | 0.01 | 285.7 | 0.98 | 0.53 |
| Hex | C5 | 12 | FD | 16 | 5D | 0 | 1 | 11E | 62 | 35 |
| Octal | 305 | 22 | 375 | 26 | 135 | 0 | 1 | 436 | 142 | 65 |
| Binary | 11000101 | 10010 | 11111101 | 10110 | 1011101 | 0 | 1 | 100011110 | 1100010 | 110101 |
Color Harmonies of #C512FD
Complementary color
Monochromatic Colors of #C512FD
Black with #C512FD
Text Example
Text Example
White with #C512FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512FD; }
p { color: rgb(197,18,253); }
H1.HeaderClassName
{
color: #C512FD;
}
.AnyTagClassName
{
color: #C512FD;
}
</style>
background-color css
<style>
a { background-color: #C512FD; }
a { background-color: rgb(197,18,253); }
div.DivClassName
{
background-color: #C512FD;
}
.BgClassName
{
background-color: #C512FD;
}
</style>
border-color css
<style>
span { border-color: #C512FD; }
span { border-color: rgb(197,18,253); }
td.TdClassName
{
border-color: #C512FD;
}
.TagClassName
{
border-color: #C512FD;
}
</style>