Shades of Lilac #C38BBC
Tints of Lilac #C38BBC
RGB
CMYK
RGB Variations
Color information
#C38BBC (or 0xC38BBC) is known color: Lilac. HEX triplet: C3, 8B and BC. RGB value is (195,139,188). Sum of RGB (Red+Green+Blue) = 195+139+188=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BBC is #3C7443. Grayscale: #A1A1A1. Windows color (decimal): -3961924 or 12356547. OLE color: 12356547.
HSL color Cylindrical-coordinate representation of color #C38BBC: hue angle of 307.5º 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 #C38BBC is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 188 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.24 |
| HSL | 307.5º | 0.32% | 0.65% | - |
| HSV(B) | 307.5º | 0.29% | 0.76% | - |
| XYZ | 40.82 | 33.7 | 51.93 | - |
| YUV | 161.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 188 | 0 | 0.29 | 0.04 | 0.24 | 307.5 | 0.32 | 0.65 |
| Hex | C3 | 8B | BC | 0 | 1D | 4 | 18 | 134 | 20 | 41 |
| Octal | 303 | 213 | 274 | 0 | 35 | 4 | 30 | 464 | 40 | 101 |
| Binary | 11000011 | 10001011 | 10111100 | 0 | 11101 | 100 | 11000 | 100110100 | 100000 | 1000001 |
Color Harmonies of #C38BBC
Complementary color
Monochromatic Colors of #C38BBC
Black with #C38BBC
Text Example
Text Example
White with #C38BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38BBC; }
p { color: rgb(195,139,188); }
H1.HeaderClassName
{
color: #C38BBC;
}
.AnyTagClassName
{
color: #C38BBC;
}
</style>
background-color css
<style>
a { background-color: #C38BBC; }
a { background-color: rgb(195,139,188); }
div.DivClassName
{
background-color: #C38BBC;
}
.BgClassName
{
background-color: #C38BBC;
}
</style>
border-color css
<style>
span { border-color: #C38BBC; }
span { border-color: rgb(195,139,188); }
td.TdClassName
{
border-color: #C38BBC;
}
.TagClassName
{
border-color: #C38BBC;
}
</style>