Shades of Electric Purple #C501FD
Tints of Electric Purple #C501FD
RGB
CMYK
RGB Variations
Color information
#C501FD (or 0xC501FD) is known color: Electric Purple. HEX triplet: C5, 01 and FD. RGB value is (197,1,253). Sum of RGB (Red+Green+Blue) = 197+1+253=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #C501FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C501FD is #3AFE02. Grayscale: #575757. Windows color (decimal): -3866115 or 16581061. OLE color: 16581061.
HSL color Cylindrical-coordinate representation of color #C501FD: hue angle of 286.67º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501FD is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 1 | 253 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.01 |
| HSL | 286.67º | 0.99% | 0.5% | - |
| HSV(B) | 286.67º | 1% | 0.99% | - |
| XYZ | 40.77 | 18.98 | 94.44 | - |
| YUV | 88.33 | 220.93 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 253 | 0.22 | 1.00 | 0 | 0.01 | 286.67 | 0.99 | 0.5 |
| Hex | C5 | 1 | FD | 16 | 64 | 0 | 1 | 11F | 63 | 32 |
| Octal | 305 | 1 | 375 | 26 | 144 | 0 | 1 | 437 | 143 | 62 |
| Binary | 11000101 | 1 | 11111101 | 10110 | 1100100 | 0 | 1 | 100011111 | 1100011 | 110010 |
Color Harmonies of #C501FD
Complementary color
Monochromatic Colors of #C501FD
Black with #C501FD
Text Example
Text Example
White with #C501FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501FD; }
p { color: rgb(197,1,253); }
H1.HeaderClassName
{
color: #C501FD;
}
.AnyTagClassName
{
color: #C501FD;
}
</style>
background-color css
<style>
a { background-color: #C501FD; }
a { background-color: rgb(197,1,253); }
div.DivClassName
{
background-color: #C501FD;
}
.BgClassName
{
background-color: #C501FD;
}
</style>
border-color css
<style>
span { border-color: #C501FD; }
span { border-color: rgb(197,1,253); }
td.TdClassName
{
border-color: #C501FD;
}
.TagClassName
{
border-color: #C501FD;
}
</style>