Shades of Lilac #C38AC0
Tints of Lilac #C38AC0
RGB
CMYK
RGB Variations
Color information
#C38AC0 (or 0xC38AC0) is known color: Lilac. HEX triplet: C3, 8A and C0. RGB value is (195,138,192). Sum of RGB (Red+Green+Blue) = 195+138+192=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AC0 is #3C753F. Grayscale: #A1A1A1. Windows color (decimal): -3962176 or 12618435. OLE color: 12618435.
HSL color Cylindrical-coordinate representation of color #C38AC0: hue angle of 303.16º 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 #C38AC0 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 192 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.24 |
| HSL | 303.16º | 0.32% | 0.65% | - |
| HSV(B) | 303.16º | 0.29% | 0.76% | - |
| XYZ | 41.11 | 33.58 | 54.19 | - |
| YUV | 161.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 192 | 0 | 0.29 | 0.02 | 0.24 | 303.16 | 0.32 | 0.65 |
| Hex | C3 | 8A | C0 | 0 | 1D | 2 | 18 | 12F | 20 | 41 |
| Octal | 303 | 212 | 300 | 0 | 35 | 2 | 30 | 457 | 40 | 101 |
| Binary | 11000011 | 10001010 | 11000000 | 0 | 11101 | 10 | 11000 | 100101111 | 100000 | 1000001 |
Color Harmonies of #C38AC0
Complementary color
Monochromatic Colors of #C38AC0
Black with #C38AC0
Text Example
Text Example
White with #C38AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38AC0; }
p { color: rgb(195,138,192); }
H1.HeaderClassName
{
color: #C38AC0;
}
.AnyTagClassName
{
color: #C38AC0;
}
</style>
background-color css
<style>
a { background-color: #C38AC0; }
a { background-color: rgb(195,138,192); }
div.DivClassName
{
background-color: #C38AC0;
}
.BgClassName
{
background-color: #C38AC0;
}
</style>
border-color css
<style>
span { border-color: #C38AC0; }
span { border-color: rgb(195,138,192); }
td.TdClassName
{
border-color: #C38AC0;
}
.TagClassName
{
border-color: #C38AC0;
}
</style>