Shades of Electric Purple #C505FA
Tints of Electric Purple #C505FA
RGB
CMYK
RGB Variations
Color information
#C505FA (or 0xC505FA) is known color: Electric Purple. HEX triplet: C5, 05 and FA. RGB value is (197,5,250). Sum of RGB (Red+Green+Blue) = 197+5+250=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #C505FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C505FA is #3AFA05. Grayscale: #595959. Windows color (decimal): -3865094 or 16385477. OLE color: 16385477.
HSL color Cylindrical-coordinate representation of color #C505FA: hue angle of 287.02º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C505FA is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 5 | 250 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.02 |
| HSL | 287.02º | 0.96% | 0.5% | - |
| HSV(B) | 287.02º | 0.98% | 0.98% | - |
| XYZ | 40.34 | 18.88 | 91.96 | - |
| YUV | 90.34 | 218.11 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 250 | 0.21 | 0.98 | 0 | 0.02 | 287.02 | 0.96 | 0.5 |
| Hex | C5 | 5 | FA | 15 | 62 | 0 | 2 | 11F | 60 | 32 |
| Octal | 305 | 5 | 372 | 25 | 142 | 0 | 2 | 437 | 140 | 62 |
| Binary | 11000101 | 101 | 11111010 | 10101 | 1100010 | 0 | 10 | 100011111 | 1100000 | 110010 |
Color Harmonies of #C505FA
Complementary color
Monochromatic Colors of #C505FA
Black with #C505FA
Text Example
Text Example
White with #C505FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505FA; }
p { color: rgb(197,5,250); }
H1.HeaderClassName
{
color: #C505FA;
}
.AnyTagClassName
{
color: #C505FA;
}
</style>
background-color css
<style>
a { background-color: #C505FA; }
a { background-color: rgb(197,5,250); }
div.DivClassName
{
background-color: #C505FA;
}
.BgClassName
{
background-color: #C505FA;
}
</style>
border-color css
<style>
span { border-color: #C505FA; }
span { border-color: rgb(197,5,250); }
td.TdClassName
{
border-color: #C505FA;
}
.TagClassName
{
border-color: #C505FA;
}
</style>