Shades of Lilac #C3ADC0
Tints of Lilac #C3ADC0
RGB
CMYK
RGB Variations
Color information
#C3ADC0 (or 0xC3ADC0) is known color: Lilac. HEX triplet: C3, AD and C0. RGB value is (195,173,192). Sum of RGB (Red+Green+Blue) = 195+173+192=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADC0 is #3C523F. Grayscale: #B5B5B5. Windows color (decimal): -3953216 or 12627395. OLE color: 12627395.
HSL color Cylindrical-coordinate representation of color #C3ADC0: hue angle of 308.18º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3ADC0 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 192 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.24 |
| HSL | 308.18º | 0.15% | 0.72% | - |
| HSV(B) | 308.18º | 0.11% | 0.76% | - |
| XYZ | 46.96 | 45.3 | 56.14 | - |
| YUV | 181.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 192 | 0 | 0.11 | 0.02 | 0.24 | 308.18 | 0.15 | 0.72 |
| Hex | C3 | AD | C0 | 0 | B | 2 | 18 | 134 | F | 48 |
| Octal | 303 | 255 | 300 | 0 | 13 | 2 | 30 | 464 | 17 | 110 |
| Binary | 11000011 | 10101101 | 11000000 | 0 | 1011 | 10 | 11000 | 100110100 | 1111 | 1001000 |
Color Harmonies of #C3ADC0
Complementary color
Monochromatic Colors of #C3ADC0
Black with #C3ADC0
Text Example
Text Example
White with #C3ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADC0; }
p { color: rgb(195,173,192); }
H1.HeaderClassName
{
color: #C3ADC0;
}
.AnyTagClassName
{
color: #C3ADC0;
}
</style>
background-color css
<style>
a { background-color: #C3ADC0; }
a { background-color: rgb(195,173,192); }
div.DivClassName
{
background-color: #C3ADC0;
}
.BgClassName
{
background-color: #C3ADC0;
}
</style>
border-color css
<style>
span { border-color: #C3ADC0; }
span { border-color: rgb(195,173,192); }
td.TdClassName
{
border-color: #C3ADC0;
}
.TagClassName
{
border-color: #C3ADC0;
}
</style>