Shades of Electric Purple #C501FF
Tints of Electric Purple #C501FF
RGB
CMYK
RGB Variations
Color information
#C501FF (or 0xC501FF) is known color: Electric Purple. HEX triplet: C5, 01 and FF. RGB value is (197,1,255). Sum of RGB (Red+Green+Blue) = 197+1+255=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #C501FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C501FF is #3AFE00. Grayscale: #575757. Windows color (decimal): -3866113 or 16712133. OLE color: 16712133.
HSL color Cylindrical-coordinate representation of color #C501FF: hue angle of 286.3º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501FF is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 1 | 255 | - |
| CMYK | 0.23 | 1.00 | 0 | 0 |
| HSL | 286.3º | 1% | 0.5% | - |
| HSV(B) | 286.3º | 1% | 1% | - |
| XYZ | 41.09 | 19.11 | 96.13 | - |
| YUV | 88.56 | 221.93 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 255 | 0.23 | 1.00 | 0 | 0 | 286.3 | 1 | 0.5 |
| Hex | C5 | 1 | FF | 17 | 64 | 0 | 0 | 11E | 64 | 32 |
| Octal | 305 | 1 | 377 | 27 | 144 | 0 | 0 | 436 | 144 | 62 |
| Binary | 11000101 | 1 | 11111111 | 10111 | 1100100 | 0 | 0 | 100011110 | 1100100 | 110010 |
Color Harmonies of #C501FF
Complementary color
Monochromatic Colors of #C501FF
Black with #C501FF
Text Example
Text Example
White with #C501FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501FF; }
p { color: rgb(197,1,255); }
H1.HeaderClassName
{
color: #C501FF;
}
.AnyTagClassName
{
color: #C501FF;
}
</style>
background-color css
<style>
a { background-color: #C501FF; }
a { background-color: rgb(197,1,255); }
div.DivClassName
{
background-color: #C501FF;
}
.BgClassName
{
background-color: #C501FF;
}
</style>
border-color css
<style>
span { border-color: #C501FF; }
span { border-color: rgb(197,1,255); }
td.TdClassName
{
border-color: #C501FF;
}
.TagClassName
{
border-color: #C501FF;
}
</style>