Shades of Lilac #C59BC6
Tints of Lilac #C59BC6
RGB
CMYK
RGB Variations
Color information
#C59BC6 (or 0xC59BC6) is known color: Lilac. HEX triplet: C5, 9B and C6. RGB value is (197,155,198). Sum of RGB (Red+Green+Blue) = 197+155+198=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 198 - color contains mainly: blue. Hex color #C59BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BC6 is #3A6439. Grayscale: #ACACAC. Windows color (decimal): -3826746 or 13016005. OLE color: 13016005.
HSL color Cylindrical-coordinate representation of color #C59BC6: hue angle of 298.6º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C59BC6 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 155 | 198 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.22 |
| HSL | 298.6º | 0.27% | 0.69% | - |
| HSV(B) | 298.6º | 0.22% | 0.78% | - |
| XYZ | 44.94 | 39.39 | 58.66 | - |
| YUV | 172.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 198 | 0.01 | 0.22 | 0 | 0.22 | 298.6 | 0.27 | 0.69 |
| Hex | C5 | 9B | C6 | 1 | 16 | 0 | 16 | 12B | 1B | 45 |
| Octal | 305 | 233 | 306 | 1 | 26 | 0 | 26 | 453 | 33 | 105 |
| Binary | 11000101 | 10011011 | 11000110 | 1 | 10110 | 0 | 10110 | 100101011 | 11011 | 1000101 |
Color Harmonies of #C59BC6
Complementary color
Monochromatic Colors of #C59BC6
Black with #C59BC6
Text Example
Text Example
White with #C59BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BC6; }
p { color: rgb(197,155,198); }
H1.HeaderClassName
{
color: #C59BC6;
}
.AnyTagClassName
{
color: #C59BC6;
}
</style>
background-color css
<style>
a { background-color: #C59BC6; }
a { background-color: rgb(197,155,198); }
div.DivClassName
{
background-color: #C59BC6;
}
.BgClassName
{
background-color: #C59BC6;
}
</style>
border-color css
<style>
span { border-color: #C59BC6; }
span { border-color: rgb(197,155,198); }
td.TdClassName
{
border-color: #C59BC6;
}
.TagClassName
{
border-color: #C59BC6;
}
</style>