Shades of Electric Purple #C51AFD
Tints of Electric Purple #C51AFD
RGB
CMYK
RGB Variations
Color information
#C51AFD (or 0xC51AFD) is known color: Electric Purple. HEX triplet: C5, 1A and FD. RGB value is (197,26,253). Sum of RGB (Red+Green+Blue) = 197+26+253=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #C51AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51AFD is #3AE502. Grayscale: #666666. Windows color (decimal): -3859715 or 16587461. OLE color: 16587461.
HSL color Cylindrical-coordinate representation of color #C51AFD: hue angle of 285.2º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51AFD is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 26 | 253 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.01 |
| HSL | 285.2º | 0.98% | 0.55% | - |
| HSV(B) | 285.2º | 0.9% | 0.99% | - |
| XYZ | 41.12 | 19.7 | 94.56 | - |
| YUV | 103.01 | 212.65 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 253 | 0.22 | 0.90 | 0 | 0.01 | 285.2 | 0.98 | 0.55 |
| Hex | C5 | 1A | FD | 16 | 5A | 0 | 1 | 11D | 62 | 37 |
| Octal | 305 | 32 | 375 | 26 | 132 | 0 | 1 | 435 | 142 | 67 |
| Binary | 11000101 | 11010 | 11111101 | 10110 | 1011010 | 0 | 1 | 100011101 | 1100010 | 110111 |
Color Harmonies of #C51AFD
Complementary color
Monochromatic Colors of #C51AFD
Black with #C51AFD
Text Example
Text Example
White with #C51AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AFD; }
p { color: rgb(197,26,253); }
H1.HeaderClassName
{
color: #C51AFD;
}
.AnyTagClassName
{
color: #C51AFD;
}
</style>
background-color css
<style>
a { background-color: #C51AFD; }
a { background-color: rgb(197,26,253); }
div.DivClassName
{
background-color: #C51AFD;
}
.BgClassName
{
background-color: #C51AFD;
}
</style>
border-color css
<style>
span { border-color: #C51AFD; }
span { border-color: rgb(197,26,253); }
td.TdClassName
{
border-color: #C51AFD;
}
.TagClassName
{
border-color: #C51AFD;
}
</style>