Shades of Electric Purple #C501ED
Tints of Electric Purple #C501ED
RGB
CMYK
RGB Variations
Color information
#C501ED (or 0xC501ED) is known color: Electric Purple. HEX triplet: C5, 01 and ED. RGB value is (197,1,237). Sum of RGB (Red+Green+Blue) = 197+1+237=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #C501ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C501ED is #3AFE12. Grayscale: #555555. Windows color (decimal): -3866131 or 15532485. OLE color: 15532485.
HSL color Cylindrical-coordinate representation of color #C501ED: hue angle of 289.83º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501ED is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 1 | 237 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.07 |
| HSL | 289.83º | 0.99% | 0.47% | - |
| HSV(B) | 289.83º | 1% | 0.93% | - |
| XYZ | 38.32 | 18.01 | 81.58 | - |
| YUV | 86.51 | 212.93 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 237 | 0.17 | 1.00 | 0 | 0.07 | 289.83 | 0.99 | 0.47 |
| Hex | C5 | 1 | ED | 11 | 64 | 0 | 7 | 122 | 63 | 2F |
| Octal | 305 | 1 | 355 | 21 | 144 | 0 | 7 | 442 | 143 | 57 |
| Binary | 11000101 | 1 | 11101101 | 10001 | 1100100 | 0 | 111 | 100100010 | 1100011 | 101111 |
Color Harmonies of #C501ED
Complementary color
Monochromatic Colors of #C501ED
Black with #C501ED
Text Example
Text Example
White with #C501ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501ED; }
p { color: rgb(197,1,237); }
H1.HeaderClassName
{
color: #C501ED;
}
.AnyTagClassName
{
color: #C501ED;
}
</style>
background-color css
<style>
a { background-color: #C501ED; }
a { background-color: rgb(197,1,237); }
div.DivClassName
{
background-color: #C501ED;
}
.BgClassName
{
background-color: #C501ED;
}
</style>
border-color css
<style>
span { border-color: #C501ED; }
span { border-color: rgb(197,1,237); }
td.TdClassName
{
border-color: #C501ED;
}
.TagClassName
{
border-color: #C501ED;
}
</style>