Shades of Lilac #C8A2CD
Tints of Lilac #C8A2CD
RGB
CMYK
RGB Variations
Color information
#C8A2CD (or 0xC8A2CD) is known color: Lilac. HEX triplet: C8, A2 and CD. RGB value is (200,162,205). Sum of RGB (Red+Green+Blue) = 200+162+205=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8A2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A2CD is #375D32. Grayscale: #B2B2B2. Windows color (decimal): -3628339 or 13476552. OLE color: 13476552.
HSL color Cylindrical-coordinate representation of color #C8A2CD: hue angle of 293.02º degrees, saturation: 0.3, 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 #C8A2CD is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 162 | 205 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.20 |
| HSL | 293.02º | 0.3% | 0.72% | - |
| HSV(B) | 293.02º | 0.21% | 0.8% | - |
| XYZ | 47.76 | 42.53 | 63.45 | - |
| YUV | 178.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 205 | 0.02 | 0.21 | 0 | 0.20 | 293.02 | 0.3 | 0.72 |
| Hex | C8 | A2 | CD | 2 | 15 | 0 | 14 | 125 | 1E | 48 |
| Octal | 310 | 242 | 315 | 2 | 25 | 0 | 24 | 445 | 36 | 110 |
| Binary | 11001000 | 10100010 | 11001101 | 10 | 10101 | 0 | 10100 | 100100101 | 11110 | 1001000 |
Color Harmonies of #C8A2CD
Complementary color
Monochromatic Colors of #C8A2CD
Black with #C8A2CD
Text Example
Text Example
White with #C8A2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A2CD; }
p { color: rgb(200,162,205); }
H1.HeaderClassName
{
color: #C8A2CD;
}
.AnyTagClassName
{
color: #C8A2CD;
}
</style>
background-color css
<style>
a { background-color: #C8A2CD; }
a { background-color: rgb(200,162,205); }
div.DivClassName
{
background-color: #C8A2CD;
}
.BgClassName
{
background-color: #C8A2CD;
}
</style>
border-color css
<style>
span { border-color: #C8A2CD; }
span { border-color: rgb(200,162,205); }
td.TdClassName
{
border-color: #C8A2CD;
}
.TagClassName
{
border-color: #C8A2CD;
}
</style>