Shades of Electric Purple #C506F1
Tints of Electric Purple #C506F1
RGB
CMYK
RGB Variations
Color information
#C506F1 (or 0xC506F1) is known color: Electric Purple. HEX triplet: C5, 06 and F1. RGB value is (197,6,241). Sum of RGB (Red+Green+Blue) = 197+6+241=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #C506F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C506F1 is #3AF90E. Grayscale: #595959. Windows color (decimal): -3864847 or 15795909. OLE color: 15795909.
HSL color Cylindrical-coordinate representation of color #C506F1: hue angle of 288.77º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C506F1 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 6 | 241 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.05 |
| HSL | 288.77º | 0.95% | 0.48% | - |
| HSV(B) | 288.77º | 0.98% | 0.95% | - |
| XYZ | 38.97 | 18.35 | 84.71 | - |
| YUV | 89.9 | 213.28 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 241 | 0.18 | 0.98 | 0 | 0.05 | 288.77 | 0.95 | 0.48 |
| Hex | C5 | 6 | F1 | 12 | 62 | 0 | 5 | 121 | 5F | 30 |
| Octal | 305 | 6 | 361 | 22 | 142 | 0 | 5 | 441 | 137 | 60 |
| Binary | 11000101 | 110 | 11110001 | 10010 | 1100010 | 0 | 101 | 100100001 | 1011111 | 110000 |
Color Harmonies of #C506F1
Complementary color
Monochromatic Colors of #C506F1
Black with #C506F1
Text Example
Text Example
White with #C506F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506F1; }
p { color: rgb(197,6,241); }
H1.HeaderClassName
{
color: #C506F1;
}
.AnyTagClassName
{
color: #C506F1;
}
</style>
background-color css
<style>
a { background-color: #C506F1; }
a { background-color: rgb(197,6,241); }
div.DivClassName
{
background-color: #C506F1;
}
.BgClassName
{
background-color: #C506F1;
}
</style>
border-color css
<style>
span { border-color: #C506F1; }
span { border-color: rgb(197,6,241); }
td.TdClassName
{
border-color: #C506F1;
}
.TagClassName
{
border-color: #C506F1;
}
</style>