Shades of Lilac #C8A1CD
Tints of Lilac #C8A1CD
RGB
CMYK
RGB Variations
Color information
#C8A1CD (or 0xC8A1CD) is known color: Lilac. HEX triplet: C8, A1 and CD. RGB value is (200,161,205). Sum of RGB (Red+Green+Blue) = 200+161+205=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A1CD is #375E32. Grayscale: #B1B1B1. Windows color (decimal): -3628595 or 13476296. OLE color: 13476296.
HSL color Cylindrical-coordinate representation of color #C8A1CD: hue angle of 293.18º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8A1CD is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 161 | 205 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.20 |
| HSL | 293.18º | 0.31% | 0.72% | - |
| HSV(B) | 293.18º | 0.21% | 0.8% | - |
| XYZ | 47.58 | 42.18 | 63.39 | - |
| YUV | 177.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 205 | 0.02 | 0.21 | 0 | 0.20 | 293.18 | 0.31 | 0.72 |
| Hex | C8 | A1 | CD | 2 | 15 | 0 | 14 | 125 | 1F | 48 |
| Octal | 310 | 241 | 315 | 2 | 25 | 0 | 24 | 445 | 37 | 110 |
| Binary | 11001000 | 10100001 | 11001101 | 10 | 10101 | 0 | 10100 | 100100101 | 11111 | 1001000 |
Color Harmonies of #C8A1CD
Complementary color
Monochromatic Colors of #C8A1CD
Black with #C8A1CD
Text Example
Text Example
White with #C8A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A1CD; }
p { color: rgb(200,161,205); }
H1.HeaderClassName
{
color: #C8A1CD;
}
.AnyTagClassName
{
color: #C8A1CD;
}
</style>
background-color css
<style>
a { background-color: #C8A1CD; }
a { background-color: rgb(200,161,205); }
div.DivClassName
{
background-color: #C8A1CD;
}
.BgClassName
{
background-color: #C8A1CD;
}
</style>
border-color css
<style>
span { border-color: #C8A1CD; }
span { border-color: rgb(200,161,205); }
td.TdClassName
{
border-color: #C8A1CD;
}
.TagClassName
{
border-color: #C8A1CD;
}
</style>