Shades of Electric Purple #C515FD
Tints of Electric Purple #C515FD
RGB
CMYK
RGB Variations
Color information
#C515FD (or 0xC515FD) is known color: Electric Purple. HEX triplet: C5, 15 and FD. RGB value is (197,21,253). Sum of RGB (Red+Green+Blue) = 197+21+253=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 21 (8.59% from 255 or 4.46% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #C515FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C515FD is #3AEA02. Grayscale: #636363. Windows color (decimal): -3860995 or 16586181. OLE color: 16586181.
HSL color Cylindrical-coordinate representation of color #C515FD: hue angle of 285.52º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C515FD is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 21 | 253 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.01 |
| HSL | 285.52º | 0.98% | 0.54% | - |
| HSV(B) | 285.52º | 0.92% | 0.99% | - |
| XYZ | 41.02 | 19.5 | 94.53 | - |
| YUV | 100.07 | 214.31 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 253 | 0.22 | 0.92 | 0 | 0.01 | 285.52 | 0.98 | 0.54 |
| Hex | C5 | 15 | FD | 16 | 5C | 0 | 1 | 11E | 62 | 36 |
| Octal | 305 | 25 | 375 | 26 | 134 | 0 | 1 | 436 | 142 | 66 |
| Binary | 11000101 | 10101 | 11111101 | 10110 | 1011100 | 0 | 1 | 100011110 | 1100010 | 110110 |
Color Harmonies of #C515FD
Complementary color
Monochromatic Colors of #C515FD
Black with #C515FD
Text Example
Text Example
White with #C515FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C515FD; }
p { color: rgb(197,21,253); }
H1.HeaderClassName
{
color: #C515FD;
}
.AnyTagClassName
{
color: #C515FD;
}
</style>
background-color css
<style>
a { background-color: #C515FD; }
a { background-color: rgb(197,21,253); }
div.DivClassName
{
background-color: #C515FD;
}
.BgClassName
{
background-color: #C515FD;
}
</style>
border-color css
<style>
span { border-color: #C515FD; }
span { border-color: rgb(197,21,253); }
td.TdClassName
{
border-color: #C515FD;
}
.TagClassName
{
border-color: #C515FD;
}
</style>