Shades of Electric Purple #C505FD
Tints of Electric Purple #C505FD
RGB
CMYK
RGB Variations
Color information
#C505FD (or 0xC505FD) is known color: Electric Purple. HEX triplet: C5, 05 and FD. RGB value is (197,5,253). Sum of RGB (Red+Green+Blue) = 197+5+253=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 5 (2.34% from 255 or 1.10% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #C505FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C505FD is #3AFA02. Grayscale: #595959. Windows color (decimal): -3865091 or 16582085. OLE color: 16582085.
HSL color Cylindrical-coordinate representation of color #C505FD: hue angle of 286.45º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C505FD is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 5 | 253 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.01 |
| HSL | 286.45º | 0.98% | 0.51% | - |
| HSV(B) | 286.45º | 0.98% | 0.99% | - |
| XYZ | 40.81 | 19.07 | 94.46 | - |
| YUV | 90.68 | 219.61 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 253 | 0.22 | 0.98 | 0 | 0.01 | 286.45 | 0.98 | 0.51 |
| Hex | C5 | 5 | FD | 16 | 62 | 0 | 1 | 11E | 62 | 33 |
| Octal | 305 | 5 | 375 | 26 | 142 | 0 | 1 | 436 | 142 | 63 |
| Binary | 11000101 | 101 | 11111101 | 10110 | 1100010 | 0 | 1 | 100011110 | 1100010 | 110011 |
Color Harmonies of #C505FD
Complementary color
Monochromatic Colors of #C505FD
Black with #C505FD
Text Example
Text Example
White with #C505FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505FD; }
p { color: rgb(197,5,253); }
H1.HeaderClassName
{
color: #C505FD;
}
.AnyTagClassName
{
color: #C505FD;
}
</style>
background-color css
<style>
a { background-color: #C505FD; }
a { background-color: rgb(197,5,253); }
div.DivClassName
{
background-color: #C505FD;
}
.BgClassName
{
background-color: #C505FD;
}
</style>
border-color css
<style>
span { border-color: #C505FD; }
span { border-color: rgb(197,5,253); }
td.TdClassName
{
border-color: #C505FD;
}
.TagClassName
{
border-color: #C505FD;
}
</style>