Shades of Lilac #C38ABD
Tints of Lilac #C38ABD
RGB
CMYK
RGB Variations
Color information
#C38ABD (or 0xC38ABD) is known color: Lilac. HEX triplet: C3, 8A and BD. RGB value is (195,138,189). Sum of RGB (Red+Green+Blue) = 195+138+189=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C38ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ABD is #3C7542. Grayscale: #A0A0A0. Windows color (decimal): -3962179 or 12421827. OLE color: 12421827.
HSL color Cylindrical-coordinate representation of color #C38ABD: hue angle of 306.32º 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 #C38ABD is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 189 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.24 |
| HSL | 306.32º | 0.32% | 0.65% | - |
| HSV(B) | 306.32º | 0.29% | 0.76% | - |
| XYZ | 40.78 | 33.45 | 52.45 | - |
| YUV | 160.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 189 | 0 | 0.29 | 0.03 | 0.24 | 306.32 | 0.32 | 0.65 |
| Hex | C3 | 8A | BD | 0 | 1D | 3 | 18 | 132 | 20 | 41 |
| Octal | 303 | 212 | 275 | 0 | 35 | 3 | 30 | 462 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10111101 | 0 | 11101 | 11 | 11000 | 100110010 | 100000 | 1000001 |
Color Harmonies of #C38ABD
Complementary color
Monochromatic Colors of #C38ABD
Black with #C38ABD
Text Example
Text Example
White with #C38ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38ABD; }
p { color: rgb(195,138,189); }
H1.HeaderClassName
{
color: #C38ABD;
}
.AnyTagClassName
{
color: #C38ABD;
}
</style>
background-color css
<style>
a { background-color: #C38ABD; }
a { background-color: rgb(195,138,189); }
div.DivClassName
{
background-color: #C38ABD;
}
.BgClassName
{
background-color: #C38ABD;
}
</style>
border-color css
<style>
span { border-color: #C38ABD; }
span { border-color: rgb(195,138,189); }
td.TdClassName
{
border-color: #C38ABD;
}
.TagClassName
{
border-color: #C38ABD;
}
</style>