Shades of Electric Purple #C51BFD
Tints of Electric Purple #C51BFD
RGB
CMYK
RGB Variations
Color information
#C51BFD (or 0xC51BFD) is known color: Electric Purple. HEX triplet: C5, 1B and FD. RGB value is (197,27,253). Sum of RGB (Red+Green+Blue) = 197+27+253=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #C51BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51BFD is #3AE402. Grayscale: #666666. Windows color (decimal): -3859459 or 16587717. OLE color: 16587717.
HSL color Cylindrical-coordinate representation of color #C51BFD: hue angle of 285.13º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51BFD is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 27 | 253 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.01 |
| HSL | 285.13º | 0.98% | 0.55% | - |
| HSV(B) | 285.13º | 0.89% | 0.99% | - |
| XYZ | 41.15 | 19.75 | 94.57 | - |
| YUV | 103.59 | 212.32 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 253 | 0.22 | 0.89 | 0 | 0.01 | 285.13 | 0.98 | 0.55 |
| Hex | C5 | 1B | FD | 16 | 59 | 0 | 1 | 11D | 62 | 37 |
| Octal | 305 | 33 | 375 | 26 | 131 | 0 | 1 | 435 | 142 | 67 |
| Binary | 11000101 | 11011 | 11111101 | 10110 | 1011001 | 0 | 1 | 100011101 | 1100010 | 110111 |
Color Harmonies of #C51BFD
Complementary color
Monochromatic Colors of #C51BFD
Black with #C51BFD
Text Example
Text Example
White with #C51BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BFD; }
p { color: rgb(197,27,253); }
H1.HeaderClassName
{
color: #C51BFD;
}
.AnyTagClassName
{
color: #C51BFD;
}
</style>
background-color css
<style>
a { background-color: #C51BFD; }
a { background-color: rgb(197,27,253); }
div.DivClassName
{
background-color: #C51BFD;
}
.BgClassName
{
background-color: #C51BFD;
}
</style>
border-color css
<style>
span { border-color: #C51BFD; }
span { border-color: rgb(197,27,253); }
td.TdClassName
{
border-color: #C51BFD;
}
.TagClassName
{
border-color: #C51BFD;
}
</style>