Shades of Lilac #C8ADCA
Tints of Lilac #C8ADCA
RGB
CMYK
RGB Variations
Color information
#C8ADCA (or 0xC8ADCA) is known color: Lilac. HEX triplet: C8, AD and CA. RGB value is (200,173,202). Sum of RGB (Red+Green+Blue) = 200+173+202=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADCA is #375235. Grayscale: #B8B8B8. Windows color (decimal): -3625526 or 13282760. OLE color: 13282760.
HSL color Cylindrical-coordinate representation of color #C8ADCA: hue angle of 295.86º 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 #C8ADCA is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 173 | 202 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.21 |
| HSL | 295.86º | 0.21% | 0.74% | - |
| HSV(B) | 295.86º | 0.14% | 0.79% | - |
| XYZ | 49.42 | 46.43 | 62.23 | - |
| YUV | 184.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 202 | 0.01 | 0.14 | 0 | 0.21 | 295.86 | 0.21 | 0.74 |
| Hex | C8 | AD | CA | 1 | E | 0 | 15 | 128 | 15 | 4A |
| Octal | 310 | 255 | 312 | 1 | 16 | 0 | 25 | 450 | 25 | 112 |
| Binary | 11001000 | 10101101 | 11001010 | 1 | 1110 | 0 | 10101 | 100101000 | 10101 | 1001010 |
Color Harmonies of #C8ADCA
Complementary color
Monochromatic Colors of #C8ADCA
Black with #C8ADCA
Text Example
Text Example
White with #C8ADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADCA; }
p { color: rgb(200,173,202); }
H1.HeaderClassName
{
color: #C8ADCA;
}
.AnyTagClassName
{
color: #C8ADCA;
}
</style>
background-color css
<style>
a { background-color: #C8ADCA; }
a { background-color: rgb(200,173,202); }
div.DivClassName
{
background-color: #C8ADCA;
}
.BgClassName
{
background-color: #C8ADCA;
}
</style>
border-color css
<style>
span { border-color: #C8ADCA; }
span { border-color: rgb(200,173,202); }
td.TdClassName
{
border-color: #C8ADCA;
}
.TagClassName
{
border-color: #C8ADCA;
}
</style>