Shades of Lilac #C586CD
Tints of Lilac #C586CD
RGB
CMYK
RGB Variations
Color information
#C586CD (or 0xC586CD) is known color: Lilac. HEX triplet: C5, 86 and CD. RGB value is (197,134,205). Sum of RGB (Red+Green+Blue) = 197+134+205=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #C586CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586CD is #3A7932. Grayscale: #A0A0A0. Windows color (decimal): -3832115 or 13469381. OLE color: 13469381.
HSL color Cylindrical-coordinate representation of color #C586CD: hue angle of 293.24º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C586CD is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 134 | 205 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.20 |
| HSL | 293.24º | 0.42% | 0.66% | - |
| HSV(B) | 293.24º | 0.35% | 0.8% | - |
| XYZ | 42.57 | 33.33 | 61.95 | - |
| YUV | 160.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 205 | 0.04 | 0.35 | 0 | 0.20 | 293.24 | 0.42 | 0.66 |
| Hex | C5 | 86 | CD | 4 | 23 | 0 | 14 | 125 | 2A | 42 |
| Octal | 305 | 206 | 315 | 4 | 43 | 0 | 24 | 445 | 52 | 102 |
| Binary | 11000101 | 10000110 | 11001101 | 100 | 100011 | 0 | 10100 | 100100101 | 101010 | 1000010 |
Color Harmonies of #C586CD
Complementary color
Monochromatic Colors of #C586CD
Black with #C586CD
Text Example
Text Example
White with #C586CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586CD; }
p { color: rgb(197,134,205); }
H1.HeaderClassName
{
color: #C586CD;
}
.AnyTagClassName
{
color: #C586CD;
}
</style>
background-color css
<style>
a { background-color: #C586CD; }
a { background-color: rgb(197,134,205); }
div.DivClassName
{
background-color: #C586CD;
}
.BgClassName
{
background-color: #C586CD;
}
</style>
border-color css
<style>
span { border-color: #C586CD; }
span { border-color: rgb(197,134,205); }
td.TdClassName
{
border-color: #C586CD;
}
.TagClassName
{
border-color: #C586CD;
}
</style>