Shades of Lilac #C3ADC2
Tints of Lilac #C3ADC2
RGB
CMYK
RGB Variations
Color information
#C3ADC2 (or 0xC3ADC2) is known color: Lilac. HEX triplet: C3, AD and C2. RGB value is (195,173,194). Sum of RGB (Red+Green+Blue) = 195+173+194=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADC2 is #3C523D. Grayscale: #B5B5B5. Windows color (decimal): -3953214 or 12758467. OLE color: 12758467.
HSL color Cylindrical-coordinate representation of color #C3ADC2: hue angle of 302.73º 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 #C3ADC2 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 194 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.24 |
| HSL | 302.73º | 0.15% | 0.72% | - |
| HSV(B) | 302.73º | 0.11% | 0.76% | - |
| XYZ | 47.19 | 45.38 | 57.31 | - |
| YUV | 181.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 194 | 0 | 0.11 | 0.01 | 0.24 | 302.73 | 0.15 | 0.72 |
| Hex | C3 | AD | C2 | 0 | B | 1 | 18 | 12F | F | 48 |
| Octal | 303 | 255 | 302 | 0 | 13 | 1 | 30 | 457 | 17 | 110 |
| Binary | 11000011 | 10101101 | 11000010 | 0 | 1011 | 1 | 11000 | 100101111 | 1111 | 1001000 |
Color Harmonies of #C3ADC2
Complementary color
Monochromatic Colors of #C3ADC2
Black with #C3ADC2
Text Example
Text Example
White with #C3ADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADC2; }
p { color: rgb(195,173,194); }
H1.HeaderClassName
{
color: #C3ADC2;
}
.AnyTagClassName
{
color: #C3ADC2;
}
</style>
background-color css
<style>
a { background-color: #C3ADC2; }
a { background-color: rgb(195,173,194); }
div.DivClassName
{
background-color: #C3ADC2;
}
.BgClassName
{
background-color: #C3ADC2;
}
</style>
border-color css
<style>
span { border-color: #C3ADC2; }
span { border-color: rgb(195,173,194); }
td.TdClassName
{
border-color: #C3ADC2;
}
.TagClassName
{
border-color: #C3ADC2;
}
</style>