Shades of Lilac #C38BBE
Tints of Lilac #C38BBE
RGB
CMYK
RGB Variations
Color information
#C38BBE (or 0xC38BBE) is known color: Lilac. HEX triplet: C3, 8B and BE. RGB value is (195,139,190). Sum of RGB (Red+Green+Blue) = 195+139+190=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BBE is #3C7441. Grayscale: #A1A1A1. Windows color (decimal): -3961922 or 12487619. OLE color: 12487619.
HSL color Cylindrical-coordinate representation of color #C38BBE: hue angle of 305.36º 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 #C38BBE is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 190 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.24 |
| HSL | 305.36º | 0.32% | 0.65% | - |
| HSV(B) | 305.36º | 0.29% | 0.76% | - |
| XYZ | 41.03 | 33.79 | 53.07 | - |
| YUV | 161.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 190 | 0 | 0.29 | 0.03 | 0.24 | 305.36 | 0.32 | 0.65 |
| Hex | C3 | 8B | BE | 0 | 1D | 3 | 18 | 131 | 20 | 41 |
| Octal | 303 | 213 | 276 | 0 | 35 | 3 | 30 | 461 | 40 | 101 |
| Binary | 11000011 | 10001011 | 10111110 | 0 | 11101 | 11 | 11000 | 100110001 | 100000 | 1000001 |
Color Harmonies of #C38BBE
Complementary color
Monochromatic Colors of #C38BBE
Black with #C38BBE
Text Example
Text Example
White with #C38BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38BBE; }
p { color: rgb(195,139,190); }
H1.HeaderClassName
{
color: #C38BBE;
}
.AnyTagClassName
{
color: #C38BBE;
}
</style>
background-color css
<style>
a { background-color: #C38BBE; }
a { background-color: rgb(195,139,190); }
div.DivClassName
{
background-color: #C38BBE;
}
.BgClassName
{
background-color: #C38BBE;
}
</style>
border-color css
<style>
span { border-color: #C38BBE; }
span { border-color: rgb(195,139,190); }
td.TdClassName
{
border-color: #C38BBE;
}
.TagClassName
{
border-color: #C38BBE;
}
</style>