Shades of Lilac #C396BC
Tints of Lilac #C396BC
RGB
CMYK
RGB Variations
Color information
#C396BC (or 0xC396BC) is known color: Lilac. HEX triplet: C3, 96 and BC. RGB value is (195,150,188). Sum of RGB (Red+Green+Blue) = 195+150+188=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C396BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396BC is #3C6943. Grayscale: #A7A7A7. Windows color (decimal): -3959108 or 12359363. OLE color: 12359363.
HSL color Cylindrical-coordinate representation of color #C396BC: hue angle of 309.33º 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 #C396BC is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 188 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.24 |
| HSL | 309.33º | 0.27% | 0.68% | - |
| HSV(B) | 309.33º | 0.23% | 0.76% | - |
| XYZ | 42.49 | 37.05 | 52.49 | - |
| YUV | 167.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 188 | 0 | 0.23 | 0.04 | 0.24 | 309.33 | 0.27 | 0.68 |
| Hex | C3 | 96 | BC | 0 | 17 | 4 | 18 | 135 | 1B | 44 |
| Octal | 303 | 226 | 274 | 0 | 27 | 4 | 30 | 465 | 33 | 104 |
| Binary | 11000011 | 10010110 | 10111100 | 0 | 10111 | 100 | 11000 | 100110101 | 11011 | 1000100 |
Color Harmonies of #C396BC
Complementary color
Monochromatic Colors of #C396BC
Black with #C396BC
Text Example
Text Example
White with #C396BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C396BC; }
p { color: rgb(195,150,188); }
H1.HeaderClassName
{
color: #C396BC;
}
.AnyTagClassName
{
color: #C396BC;
}
</style>
background-color css
<style>
a { background-color: #C396BC; }
a { background-color: rgb(195,150,188); }
div.DivClassName
{
background-color: #C396BC;
}
.BgClassName
{
background-color: #C396BC;
}
</style>
border-color css
<style>
span { border-color: #C396BC; }
span { border-color: rgb(195,150,188); }
td.TdClassName
{
border-color: #C396BC;
}
.TagClassName
{
border-color: #C396BC;
}
</style>