Shades of Electric Purple #C505FE
Tints of Electric Purple #C505FE
RGB
CMYK
RGB Variations
Color information
#C505FE (or 0xC505FE) is known color: Electric Purple. HEX triplet: C5, 05 and FE. RGB value is (197,5,254). Sum of RGB (Red+Green+Blue) = 197+5+254=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 5 (2.34% from 255 or 1.10% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #C505FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C505FE is #3AFA01. Grayscale: #595959. Windows color (decimal): -3865090 or 16647621. OLE color: 16647621.
HSL color Cylindrical-coordinate representation of color #C505FE: hue angle of 286.27º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C505FE is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 5 | 254 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.00 |
| HSL | 286.27º | 0.99% | 0.51% | - |
| HSV(B) | 286.27º | 0.98% | 1% | - |
| XYZ | 40.97 | 19.13 | 95.3 | - |
| YUV | 90.79 | 220.11 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 254 | 0.22 | 0.98 | 0 | 0.00 | 286.27 | 0.99 | 0.51 |
| Hex | C5 | 5 | FE | 16 | 62 | 0 | 0 | 11E | 63 | 33 |
| Octal | 305 | 5 | 376 | 26 | 142 | 0 | 0 | 436 | 143 | 63 |
| Binary | 11000101 | 101 | 11111110 | 10110 | 1100010 | 0 | 0 | 100011110 | 1100011 | 110011 |
Color Harmonies of #C505FE
Complementary color
Monochromatic Colors of #C505FE
Black with #C505FE
Text Example
Text Example
White with #C505FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505FE; }
p { color: rgb(197,5,254); }
H1.HeaderClassName
{
color: #C505FE;
}
.AnyTagClassName
{
color: #C505FE;
}
</style>
background-color css
<style>
a { background-color: #C505FE; }
a { background-color: rgb(197,5,254); }
div.DivClassName
{
background-color: #C505FE;
}
.BgClassName
{
background-color: #C505FE;
}
</style>
border-color css
<style>
span { border-color: #C505FE; }
span { border-color: rgb(197,5,254); }
td.TdClassName
{
border-color: #C505FE;
}
.TagClassName
{
border-color: #C505FE;
}
</style>