Shades of Lilac #C38EBC
Tints of Lilac #C38EBC
RGB
CMYK
RGB Variations
Color information
#C38EBC (or 0xC38EBC) is known color: Lilac. HEX triplet: C3, 8E and BC. RGB value is (195,142,188). Sum of RGB (Red+Green+Blue) = 195+142+188=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38EBC is #3C7143. Grayscale: #A2A2A2. Windows color (decimal): -3961156 or 12357315. OLE color: 12357315.
HSL color Cylindrical-coordinate representation of color #C38EBC: hue angle of 307.92º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C38EBC is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 188 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.24 |
| HSL | 307.92º | 0.31% | 0.66% | - |
| HSV(B) | 307.92º | 0.27% | 0.76% | - |
| XYZ | 41.26 | 34.58 | 52.08 | - |
| YUV | 163.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 188 | 0 | 0.27 | 0.04 | 0.24 | 307.92 | 0.31 | 0.66 |
| Hex | C3 | 8E | BC | 0 | 1B | 4 | 18 | 134 | 1F | 42 |
| Octal | 303 | 216 | 274 | 0 | 33 | 4 | 30 | 464 | 37 | 102 |
| Binary | 11000011 | 10001110 | 10111100 | 0 | 11011 | 100 | 11000 | 100110100 | 11111 | 1000010 |
Color Harmonies of #C38EBC
Complementary color
Monochromatic Colors of #C38EBC
Black with #C38EBC
Text Example
Text Example
White with #C38EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38EBC; }
p { color: rgb(195,142,188); }
H1.HeaderClassName
{
color: #C38EBC;
}
.AnyTagClassName
{
color: #C38EBC;
}
</style>
background-color css
<style>
a { background-color: #C38EBC; }
a { background-color: rgb(195,142,188); }
div.DivClassName
{
background-color: #C38EBC;
}
.BgClassName
{
background-color: #C38EBC;
}
</style>
border-color css
<style>
span { border-color: #C38EBC; }
span { border-color: rgb(195,142,188); }
td.TdClassName
{
border-color: #C38EBC;
}
.TagClassName
{
border-color: #C38EBC;
}
</style>