Shades of Lilac #C6ADCA
Tints of Lilac #C6ADCA
RGB
CMYK
RGB Variations
Color information
#C6ADCA (or 0xC6ADCA) is known color: Lilac. HEX triplet: C6, AD and CA. RGB value is (198,173,202). Sum of RGB (Red+Green+Blue) = 198+173+202=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADCA is #395235. Grayscale: #B7B7B7. Windows color (decimal): -3756598 or 13282758. OLE color: 13282758.
HSL color Cylindrical-coordinate representation of color #C6ADCA: hue angle of 291.72º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6ADCA is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 173 | 202 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.21 |
| HSL | 291.72º | 0.21% | 0.74% | - |
| HSV(B) | 291.72º | 0.14% | 0.79% | - |
| XYZ | 48.89 | 46.16 | 62.21 | - |
| YUV | 183.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 202 | 0.02 | 0.14 | 0 | 0.21 | 291.72 | 0.21 | 0.74 |
| Hex | C6 | AD | CA | 2 | E | 0 | 15 | 124 | 15 | 4A |
| Octal | 306 | 255 | 312 | 2 | 16 | 0 | 25 | 444 | 25 | 112 |
| Binary | 11000110 | 10101101 | 11001010 | 10 | 1110 | 0 | 10101 | 100100100 | 10101 | 1001010 |
Color Harmonies of #C6ADCA
Complementary color
Monochromatic Colors of #C6ADCA
Black with #C6ADCA
Text Example
Text Example
White with #C6ADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ADCA; }
p { color: rgb(198,173,202); }
H1.HeaderClassName
{
color: #C6ADCA;
}
.AnyTagClassName
{
color: #C6ADCA;
}
</style>
background-color css
<style>
a { background-color: #C6ADCA; }
a { background-color: rgb(198,173,202); }
div.DivClassName
{
background-color: #C6ADCA;
}
.BgClassName
{
background-color: #C6ADCA;
}
</style>
border-color css
<style>
span { border-color: #C6ADCA; }
span { border-color: rgb(198,173,202); }
td.TdClassName
{
border-color: #C6ADCA;
}
.TagClassName
{
border-color: #C6ADCA;
}
</style>