Shades of Lilac #C397BF
Tints of Lilac #C397BF
RGB
CMYK
RGB Variations
Color information
#C397BF (or 0xC397BF) is known color: Lilac. HEX triplet: C3, 97 and BF. RGB value is (195,151,191). Sum of RGB (Red+Green+Blue) = 195+151+191=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 195 - color contains mainly: red. Hex color #C397BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397BF is #3C6840. Grayscale: #A8A8A8. Windows color (decimal): -3958849 or 12556227. OLE color: 12556227.
HSL color Cylindrical-coordinate representation of color #C397BF: hue angle of 305.45º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C397BF is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 191 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.24 |
| HSL | 305.45º | 0.27% | 0.68% | - |
| HSV(B) | 305.45º | 0.23% | 0.76% | - |
| XYZ | 42.98 | 37.5 | 54.26 | - |
| YUV | 168.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 191 | 0 | 0.23 | 0.02 | 0.24 | 305.45 | 0.27 | 0.68 |
| Hex | C3 | 97 | BF | 0 | 17 | 2 | 18 | 131 | 1B | 44 |
| Octal | 303 | 227 | 277 | 0 | 27 | 2 | 30 | 461 | 33 | 104 |
| Binary | 11000011 | 10010111 | 10111111 | 0 | 10111 | 10 | 11000 | 100110001 | 11011 | 1000100 |
Color Harmonies of #C397BF
Complementary color
Monochromatic Colors of #C397BF
Black with #C397BF
Text Example
Text Example
White with #C397BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397BF; }
p { color: rgb(195,151,191); }
H1.HeaderClassName
{
color: #C397BF;
}
.AnyTagClassName
{
color: #C397BF;
}
</style>
background-color css
<style>
a { background-color: #C397BF; }
a { background-color: rgb(195,151,191); }
div.DivClassName
{
background-color: #C397BF;
}
.BgClassName
{
background-color: #C397BF;
}
</style>
border-color css
<style>
span { border-color: #C397BF; }
span { border-color: rgb(195,151,191); }
td.TdClassName
{
border-color: #C397BF;
}
.TagClassName
{
border-color: #C397BF;
}
</style>