Shades of Electric Purple #C506E5
Tints of Electric Purple #C506E5
RGB
CMYK
RGB Variations
Color information
#C506E5 (or 0xC506E5) is known color: Electric Purple. HEX triplet: C5, 06 and E5. RGB value is (197,6,229). Sum of RGB (Red+Green+Blue) = 197+6+229=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #C506E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C506E5 is #3AF91A. Grayscale: #575757. Windows color (decimal): -3864859 or 15009477. OLE color: 15009477.
HSL color Cylindrical-coordinate representation of color #C506E5: hue angle of 291.39º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C506E5 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 6 | 229 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.10 |
| HSL | 291.39º | 0.95% | 0.46% | - |
| HSV(B) | 291.39º | 0.97% | 0.9% | - |
| XYZ | 37.23 | 17.66 | 75.57 | - |
| YUV | 88.53 | 207.28 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 229 | 0.14 | 0.97 | 0 | 0.10 | 291.39 | 0.95 | 0.46 |
| Hex | C5 | 6 | E5 | E | 61 | 0 | A | 123 | 5F | 2E |
| Octal | 305 | 6 | 345 | 16 | 141 | 0 | 12 | 443 | 137 | 56 |
| Binary | 11000101 | 110 | 11100101 | 1110 | 1100001 | 0 | 1010 | 100100011 | 1011111 | 101110 |
Color Harmonies of #C506E5
Complementary color
Monochromatic Colors of #C506E5
Black with #C506E5
Text Example
Text Example
White with #C506E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506E5; }
p { color: rgb(197,6,229); }
H1.HeaderClassName
{
color: #C506E5;
}
.AnyTagClassName
{
color: #C506E5;
}
</style>
background-color css
<style>
a { background-color: #C506E5; }
a { background-color: rgb(197,6,229); }
div.DivClassName
{
background-color: #C506E5;
}
.BgClassName
{
background-color: #C506E5;
}
</style>
border-color css
<style>
span { border-color: #C506E5; }
span { border-color: rgb(197,6,229); }
td.TdClassName
{
border-color: #C506E5;
}
.TagClassName
{
border-color: #C506E5;
}
</style>