Shades of Lilac #C38AC1
Tints of Lilac #C38AC1
RGB
CMYK
RGB Variations
Color information
#C38AC1 (or 0xC38AC1) is known color: Lilac. HEX triplet: C3, 8A and C1. RGB value is (195,138,193). Sum of RGB (Red+Green+Blue) = 195+138+193=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AC1 is #3C753E. Grayscale: #A1A1A1. Windows color (decimal): -3962175 or 12683971. OLE color: 12683971.
HSL color Cylindrical-coordinate representation of color #C38AC1: hue angle of 302.11º 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 #C38AC1 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 193 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.24 |
| HSL | 302.11º | 0.32% | 0.65% | - |
| HSV(B) | 302.11º | 0.29% | 0.76% | - |
| XYZ | 41.22 | 33.63 | 54.77 | - |
| YUV | 161.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 193 | 0 | 0.29 | 0.01 | 0.24 | 302.11 | 0.32 | 0.65 |
| Hex | C3 | 8A | C1 | 0 | 1D | 1 | 18 | 12E | 20 | 41 |
| Octal | 303 | 212 | 301 | 0 | 35 | 1 | 30 | 456 | 40 | 101 |
| Binary | 11000011 | 10001010 | 11000001 | 0 | 11101 | 1 | 11000 | 100101110 | 100000 | 1000001 |
Color Harmonies of #C38AC1
Complementary color
Monochromatic Colors of #C38AC1
Black with #C38AC1
Text Example
Text Example
White with #C38AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38AC1; }
p { color: rgb(195,138,193); }
H1.HeaderClassName
{
color: #C38AC1;
}
.AnyTagClassName
{
color: #C38AC1;
}
</style>
background-color css
<style>
a { background-color: #C38AC1; }
a { background-color: rgb(195,138,193); }
div.DivClassName
{
background-color: #C38AC1;
}
.BgClassName
{
background-color: #C38AC1;
}
</style>
border-color css
<style>
span { border-color: #C38AC1; }
span { border-color: rgb(195,138,193); }
td.TdClassName
{
border-color: #C38AC1;
}
.TagClassName
{
border-color: #C38AC1;
}
</style>