Shades of Lilac #C586CC
Tints of Lilac #C586CC
RGB
CMYK
RGB Variations
Color information
#C586CC (or 0xC586CC) is known color: Lilac. HEX triplet: C5, 86 and CC. RGB value is (197,134,204). Sum of RGB (Red+Green+Blue) = 197+134+204=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #C586CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586CC is #3A7933. Grayscale: #A0A0A0. Windows color (decimal): -3832116 or 13403845. OLE color: 13403845.
HSL color Cylindrical-coordinate representation of color #C586CC: hue angle of 294º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C586CC is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 134 | 204 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.2 |
| HSL | 294º | 0.41% | 0.66% | - |
| HSV(B) | 294º | 0.34% | 0.8% | - |
| XYZ | 42.45 | 33.28 | 61.31 | - |
| YUV | 160.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 204 | 0.03 | 0.34 | 0 | 0.2 | 294 | 0.41 | 0.66 |
| Hex | C5 | 86 | CC | 3 | 22 | 0 | 14 | 126 | 29 | 42 |
| Octal | 305 | 206 | 314 | 3 | 42 | 0 | 24 | 446 | 51 | 102 |
| Binary | 11000101 | 10000110 | 11001100 | 11 | 100010 | 0 | 10100 | 100100110 | 101001 | 1000010 |
Color Harmonies of #C586CC
Complementary color
Monochromatic Colors of #C586CC
Black with #C586CC
Text Example
Text Example
White with #C586CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586CC; }
p { color: rgb(197,134,204); }
H1.HeaderClassName
{
color: #C586CC;
}
.AnyTagClassName
{
color: #C586CC;
}
</style>
background-color css
<style>
a { background-color: #C586CC; }
a { background-color: rgb(197,134,204); }
div.DivClassName
{
background-color: #C586CC;
}
.BgClassName
{
background-color: #C586CC;
}
</style>
border-color css
<style>
span { border-color: #C586CC; }
span { border-color: rgb(197,134,204); }
td.TdClassName
{
border-color: #C586CC;
}
.TagClassName
{
border-color: #C586CC;
}
</style>