Shades of Lilac #CD8ACE
Tints of Lilac #CD8ACE
RGB
CMYK
RGB Variations
Color information
#CD8ACE (or 0xCD8ACE) is known color: Lilac. HEX triplet: CD, 8A and CE. RGB value is (205,138,206). Sum of RGB (Red+Green+Blue) = 205+138+206=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8ACE is #327531. Grayscale: #A5A5A5. Windows color (decimal): -3306802 or 13535949. OLE color: 13535949.
HSL color Cylindrical-coordinate representation of color #CD8ACE: hue angle of 299.12º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8ACE is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 138 | 206 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.19 |
| HSL | 299.12º | 0.41% | 0.67% | - |
| HSV(B) | 299.12º | 0.33% | 0.81% | - |
| XYZ | 45.41 | 35.61 | 62.87 | - |
| YUV | 165.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 206 | 0.00 | 0.33 | 0 | 0.19 | 299.12 | 0.41 | 0.67 |
| Hex | CD | 8A | CE | 0 | 21 | 0 | 13 | 12B | 29 | 43 |
| Octal | 315 | 212 | 316 | 0 | 41 | 0 | 23 | 453 | 51 | 103 |
| Binary | 11001101 | 10001010 | 11001110 | 0 | 100001 | 0 | 10011 | 100101011 | 101001 | 1000011 |
Color Harmonies of #CD8ACE
Complementary color
Monochromatic Colors of #CD8ACE
Black with #CD8ACE
Text Example
Text Example
White with #CD8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8ACE; }
p { color: rgb(205,138,206); }
H1.HeaderClassName
{
color: #CD8ACE;
}
.AnyTagClassName
{
color: #CD8ACE;
}
</style>
background-color css
<style>
a { background-color: #CD8ACE; }
a { background-color: rgb(205,138,206); }
div.DivClassName
{
background-color: #CD8ACE;
}
.BgClassName
{
background-color: #CD8ACE;
}
</style>
border-color css
<style>
span { border-color: #CD8ACE; }
span { border-color: rgb(205,138,206); }
td.TdClassName
{
border-color: #CD8ACE;
}
.TagClassName
{
border-color: #CD8ACE;
}
</style>