Shades of Lilac #C38BBF
Tints of Lilac #C38BBF
RGB
CMYK
RGB Variations
Color information
#C38BBF (or 0xC38BBF) is known color: Lilac. HEX triplet: C3, 8B and BF. RGB value is (195,139,191). Sum of RGB (Red+Green+Blue) = 195+139+191=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BBF is #3C7440. Grayscale: #A1A1A1. Windows color (decimal): -3961921 or 12553155. OLE color: 12553155.
HSL color Cylindrical-coordinate representation of color #C38BBF: hue angle of 304.29º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38BBF is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 191 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.24 |
| HSL | 304.29º | 0.32% | 0.65% | - |
| HSV(B) | 304.29º | 0.29% | 0.76% | - |
| XYZ | 41.14 | 33.83 | 53.65 | - |
| YUV | 161.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 191 | 0 | 0.29 | 0.02 | 0.24 | 304.29 | 0.32 | 0.65 |
| Hex | C3 | 8B | BF | 0 | 1D | 2 | 18 | 130 | 20 | 41 |
| Octal | 303 | 213 | 277 | 0 | 35 | 2 | 30 | 460 | 40 | 101 |
| Binary | 11000011 | 10001011 | 10111111 | 0 | 11101 | 10 | 11000 | 100110000 | 100000 | 1000001 |
Color Harmonies of #C38BBF
Complementary color
Monochromatic Colors of #C38BBF
Black with #C38BBF
Text Example
Text Example
White with #C38BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38BBF; }
p { color: rgb(195,139,191); }
H1.HeaderClassName
{
color: #C38BBF;
}
.AnyTagClassName
{
color: #C38BBF;
}
</style>
background-color css
<style>
a { background-color: #C38BBF; }
a { background-color: rgb(195,139,191); }
div.DivClassName
{
background-color: #C38BBF;
}
.BgClassName
{
background-color: #C38BBF;
}
</style>
border-color css
<style>
span { border-color: #C38BBF; }
span { border-color: rgb(195,139,191); }
td.TdClassName
{
border-color: #C38BBF;
}
.TagClassName
{
border-color: #C38BBF;
}
</style>