Shades of Lilac #C598BF
Tints of Lilac #C598BF
RGB
CMYK
RGB Variations
Color information
#C598BF (or 0xC598BF) is known color: Lilac. HEX triplet: C5, 98 and BF. RGB value is (197,152,191). Sum of RGB (Red+Green+Blue) = 197+152+191=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 197 - color contains mainly: red. Hex color #C598BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598BF is #3A6740. Grayscale: #A9A9A9. Windows color (decimal): -3827521 or 12556485. OLE color: 12556485.
HSL color Cylindrical-coordinate representation of color #C598BF: hue angle of 308º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C598BF is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 191 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.23 |
| HSL | 308º | 0.28% | 0.68% | - |
| HSV(B) | 308º | 0.23% | 0.77% | - |
| XYZ | 43.66 | 38.09 | 54.34 | - |
| YUV | 169.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 191 | 0 | 0.23 | 0.03 | 0.23 | 308 | 0.28 | 0.68 |
| Hex | C5 | 98 | BF | 0 | 17 | 3 | 17 | 134 | 1C | 44 |
| Octal | 305 | 230 | 277 | 0 | 27 | 3 | 27 | 464 | 34 | 104 |
| Binary | 11000101 | 10011000 | 10111111 | 0 | 10111 | 11 | 10111 | 100110100 | 11100 | 1000100 |
Color Harmonies of #C598BF
Complementary color
Monochromatic Colors of #C598BF
Black with #C598BF
Text Example
Text Example
White with #C598BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598BF; }
p { color: rgb(197,152,191); }
H1.HeaderClassName
{
color: #C598BF;
}
.AnyTagClassName
{
color: #C598BF;
}
</style>
background-color css
<style>
a { background-color: #C598BF; }
a { background-color: rgb(197,152,191); }
div.DivClassName
{
background-color: #C598BF;
}
.BgClassName
{
background-color: #C598BF;
}
</style>
border-color css
<style>
span { border-color: #C598BF; }
span { border-color: rgb(197,152,191); }
td.TdClassName
{
border-color: #C598BF;
}
.TagClassName
{
border-color: #C598BF;
}
</style>