Shades of Electric Purple #C506ED
Tints of Electric Purple #C506ED
RGB
CMYK
RGB Variations
Color information
#C506ED (or 0xC506ED) is known color: Electric Purple. HEX triplet: C5, 06 and ED. RGB value is (197,6,237). Sum of RGB (Red+Green+Blue) = 197+6+237=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 6 (2.73% from 255 or 1.36% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #C506ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C506ED is #3AF912. Grayscale: #585858. Windows color (decimal): -3864851 or 15533765. OLE color: 15533765.
HSL color Cylindrical-coordinate representation of color #C506ED: hue angle of 289.61º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C506ED is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 6 | 237 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.07 |
| HSL | 289.61º | 0.95% | 0.48% | - |
| HSV(B) | 289.61º | 0.97% | 0.93% | - |
| XYZ | 38.38 | 18.11 | 81.59 | - |
| YUV | 89.44 | 211.28 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 237 | 0.17 | 0.97 | 0 | 0.07 | 289.61 | 0.95 | 0.48 |
| Hex | C5 | 6 | ED | 11 | 61 | 0 | 7 | 122 | 5F | 30 |
| Octal | 305 | 6 | 355 | 21 | 141 | 0 | 7 | 442 | 137 | 60 |
| Binary | 11000101 | 110 | 11101101 | 10001 | 1100001 | 0 | 111 | 100100010 | 1011111 | 110000 |
Color Harmonies of #C506ED
Complementary color
Monochromatic Colors of #C506ED
Black with #C506ED
Text Example
Text Example
White with #C506ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506ED; }
p { color: rgb(197,6,237); }
H1.HeaderClassName
{
color: #C506ED;
}
.AnyTagClassName
{
color: #C506ED;
}
</style>
background-color css
<style>
a { background-color: #C506ED; }
a { background-color: rgb(197,6,237); }
div.DivClassName
{
background-color: #C506ED;
}
.BgClassName
{
background-color: #C506ED;
}
</style>
border-color css
<style>
span { border-color: #C506ED; }
span { border-color: rgb(197,6,237); }
td.TdClassName
{
border-color: #C506ED;
}
.TagClassName
{
border-color: #C506ED;
}
</style>