Shades of Lilac #C3ADC5
Tints of Lilac #C3ADC5
RGB
CMYK
RGB Variations
Color information
#C3ADC5 (or 0xC3ADC5) is known color: Lilac. HEX triplet: C3, AD and C5. RGB value is (195,173,197). Sum of RGB (Red+Green+Blue) = 195+173+197=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 197 - color contains mainly: blue. Hex color #C3ADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADC5 is #3C523A. Grayscale: #B6B6B6. Windows color (decimal): -3953211 or 12955075. OLE color: 12955075.
HSL color Cylindrical-coordinate representation of color #C3ADC5: hue angle of 295º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3ADC5 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 173 | 197 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.23 |
| HSL | 295º | 0.17% | 0.73% | - |
| HSV(B) | 295º | 0.12% | 0.77% | - |
| XYZ | 47.53 | 45.52 | 59.1 | - |
| YUV | 182.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 197 | 0.01 | 0.12 | 0 | 0.23 | 295 | 0.17 | 0.73 |
| Hex | C3 | AD | C5 | 1 | C | 0 | 17 | 127 | 11 | 49 |
| Octal | 303 | 255 | 305 | 1 | 14 | 0 | 27 | 447 | 21 | 111 |
| Binary | 11000011 | 10101101 | 11000101 | 1 | 1100 | 0 | 10111 | 100100111 | 10001 | 1001001 |
Color Harmonies of #C3ADC5
Complementary color
Monochromatic Colors of #C3ADC5
Black with #C3ADC5
Text Example
Text Example
White with #C3ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADC5; }
p { color: rgb(195,173,197); }
H1.HeaderClassName
{
color: #C3ADC5;
}
.AnyTagClassName
{
color: #C3ADC5;
}
</style>
background-color css
<style>
a { background-color: #C3ADC5; }
a { background-color: rgb(195,173,197); }
div.DivClassName
{
background-color: #C3ADC5;
}
.BgClassName
{
background-color: #C3ADC5;
}
</style>
border-color css
<style>
span { border-color: #C3ADC5; }
span { border-color: rgb(195,173,197); }
td.TdClassName
{
border-color: #C3ADC5;
}
.TagClassName
{
border-color: #C3ADC5;
}
</style>