Shades of Lilac #C397BD
Tints of Lilac #C397BD
RGB
CMYK
RGB Variations
Color information
#C397BD (or 0xC397BD) is known color: Lilac. HEX triplet: C3, 97 and BD. RGB value is (195,151,189). Sum of RGB (Red+Green+Blue) = 195+151+189=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C397BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397BD is #3C6842. Grayscale: #A8A8A8. Windows color (decimal): -3958851 or 12425155. OLE color: 12425155.
HSL color Cylindrical-coordinate representation of color #C397BD: hue angle of 308.18º 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 #C397BD is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 189 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.24 |
| HSL | 308.18º | 0.27% | 0.68% | - |
| HSV(B) | 308.18º | 0.23% | 0.76% | - |
| XYZ | 42.76 | 37.41 | 53.11 | - |
| YUV | 168.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 189 | 0 | 0.23 | 0.03 | 0.24 | 308.18 | 0.27 | 0.68 |
| Hex | C3 | 97 | BD | 0 | 17 | 3 | 18 | 134 | 1B | 44 |
| Octal | 303 | 227 | 275 | 0 | 27 | 3 | 30 | 464 | 33 | 104 |
| Binary | 11000011 | 10010111 | 10111101 | 0 | 10111 | 11 | 11000 | 100110100 | 11011 | 1000100 |
Color Harmonies of #C397BD
Complementary color
Monochromatic Colors of #C397BD
Black with #C397BD
Text Example
Text Example
White with #C397BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397BD; }
p { color: rgb(195,151,189); }
H1.HeaderClassName
{
color: #C397BD;
}
.AnyTagClassName
{
color: #C397BD;
}
</style>
background-color css
<style>
a { background-color: #C397BD; }
a { background-color: rgb(195,151,189); }
div.DivClassName
{
background-color: #C397BD;
}
.BgClassName
{
background-color: #C397BD;
}
</style>
border-color css
<style>
span { border-color: #C397BD; }
span { border-color: rgb(195,151,189); }
td.TdClassName
{
border-color: #C397BD;
}
.TagClassName
{
border-color: #C397BD;
}
</style>