Shades of Lilac #C8A4CE
Tints of Lilac #C8A4CE
RGB
CMYK
RGB Variations
Color information
#C8A4CE (or 0xC8A4CE) is known color: Lilac. HEX triplet: C8, A4 and CE. RGB value is (200,164,206). Sum of RGB (Red+Green+Blue) = 200+164+206=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8A4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A4CE is #375B31. Grayscale: #B3B3B3. Windows color (decimal): -3627826 or 13542600. OLE color: 13542600.
HSL color Cylindrical-coordinate representation of color #C8A4CE: hue angle of 291.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8A4CE is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 164 | 206 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.19 |
| HSL | 291.43º | 0.3% | 0.73% | - |
| HSV(B) | 291.43º | 0.2% | 0.81% | - |
| XYZ | 48.24 | 43.29 | 64.21 | - |
| YUV | 179.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 206 | 0.03 | 0.20 | 0 | 0.19 | 291.43 | 0.3 | 0.73 |
| Hex | C8 | A4 | CE | 3 | 14 | 0 | 13 | 123 | 1E | 49 |
| Octal | 310 | 244 | 316 | 3 | 24 | 0 | 23 | 443 | 36 | 111 |
| Binary | 11001000 | 10100100 | 11001110 | 11 | 10100 | 0 | 10011 | 100100011 | 11110 | 1001001 |
Color Harmonies of #C8A4CE
Complementary color
Monochromatic Colors of #C8A4CE
Black with #C8A4CE
Text Example
Text Example
White with #C8A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A4CE; }
p { color: rgb(200,164,206); }
H1.HeaderClassName
{
color: #C8A4CE;
}
.AnyTagClassName
{
color: #C8A4CE;
}
</style>
background-color css
<style>
a { background-color: #C8A4CE; }
a { background-color: rgb(200,164,206); }
div.DivClassName
{
background-color: #C8A4CE;
}
.BgClassName
{
background-color: #C8A4CE;
}
</style>
border-color css
<style>
span { border-color: #C8A4CE; }
span { border-color: rgb(200,164,206); }
td.TdClassName
{
border-color: #C8A4CE;
}
.TagClassName
{
border-color: #C8A4CE;
}
</style>