Shades of Lilac #C59BCA
Tints of Lilac #C59BCA
RGB
CMYK
RGB Variations
Color information
#C59BCA (or 0xC59BCA) is known color: Lilac. HEX triplet: C5, 9B and CA. RGB value is (197,155,202). Sum of RGB (Red+Green+Blue) = 197+155+202=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #C59BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BCA is #3A6435. Grayscale: #ACACAC. Windows color (decimal): -3826742 or 13278149. OLE color: 13278149.
HSL color Cylindrical-coordinate representation of color #C59BCA: hue angle of 293.62º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C59BCA is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 155 | 202 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.21 |
| HSL | 293.62º | 0.31% | 0.7% | - |
| HSV(B) | 293.62º | 0.23% | 0.79% | - |
| XYZ | 45.41 | 39.58 | 61.12 | - |
| YUV | 172.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 202 | 0.02 | 0.23 | 0 | 0.21 | 293.62 | 0.31 | 0.7 |
| Hex | C5 | 9B | CA | 2 | 17 | 0 | 15 | 126 | 1F | 46 |
| Octal | 305 | 233 | 312 | 2 | 27 | 0 | 25 | 446 | 37 | 106 |
| Binary | 11000101 | 10011011 | 11001010 | 10 | 10111 | 0 | 10101 | 100100110 | 11111 | 1000110 |
Color Harmonies of #C59BCA
Complementary color
Monochromatic Colors of #C59BCA
Black with #C59BCA
Text Example
Text Example
White with #C59BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BCA; }
p { color: rgb(197,155,202); }
H1.HeaderClassName
{
color: #C59BCA;
}
.AnyTagClassName
{
color: #C59BCA;
}
</style>
background-color css
<style>
a { background-color: #C59BCA; }
a { background-color: rgb(197,155,202); }
div.DivClassName
{
background-color: #C59BCA;
}
.BgClassName
{
background-color: #C59BCA;
}
</style>
border-color css
<style>
span { border-color: #C59BCA; }
span { border-color: rgb(197,155,202); }
td.TdClassName
{
border-color: #C59BCA;
}
.TagClassName
{
border-color: #C59BCA;
}
</style>