Shades of Electric Purple #C506F0
Tints of Electric Purple #C506F0
RGB
CMYK
RGB Variations
Color information
#C506F0 (or 0xC506F0) is known color: Electric Purple. HEX triplet: C5, 06 and F0. RGB value is (197,6,240). Sum of RGB (Red+Green+Blue) = 197+6+240=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 6 (2.73% from 255 or 1.35% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #C506F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C506F0 is #3AF90F. Grayscale: #595959. Windows color (decimal): -3864848 or 15730373. OLE color: 15730373.
HSL color Cylindrical-coordinate representation of color #C506F0: hue angle of 288.97º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C506F0 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 6 | 240 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.06 |
| HSL | 288.97º | 0.95% | 0.48% | - |
| HSV(B) | 288.97º | 0.98% | 0.94% | - |
| XYZ | 38.82 | 18.29 | 83.92 | - |
| YUV | 89.79 | 212.78 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 240 | 0.18 | 0.98 | 0 | 0.06 | 288.97 | 0.95 | 0.48 |
| Hex | C5 | 6 | F0 | 12 | 62 | 0 | 6 | 121 | 5F | 30 |
| Octal | 305 | 6 | 360 | 22 | 142 | 0 | 6 | 441 | 137 | 60 |
| Binary | 11000101 | 110 | 11110000 | 10010 | 1100010 | 0 | 110 | 100100001 | 1011111 | 110000 |
Color Harmonies of #C506F0
Complementary color
Monochromatic Colors of #C506F0
Black with #C506F0
Text Example
Text Example
White with #C506F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506F0; }
p { color: rgb(197,6,240); }
H1.HeaderClassName
{
color: #C506F0;
}
.AnyTagClassName
{
color: #C506F0;
}
</style>
background-color css
<style>
a { background-color: #C506F0; }
a { background-color: rgb(197,6,240); }
div.DivClassName
{
background-color: #C506F0;
}
.BgClassName
{
background-color: #C506F0;
}
</style>
border-color css
<style>
span { border-color: #C506F0; }
span { border-color: rgb(197,6,240); }
td.TdClassName
{
border-color: #C506F0;
}
.TagClassName
{
border-color: #C506F0;
}
</style>