Shades of Lilac #CDA3C8
Tints of Lilac #CDA3C8
RGB
CMYK
RGB Variations
Color information
#CDA3C8 (or 0xCDA3C8) is known color: Lilac. HEX triplet: CD, A3 and C8. RGB value is (205,163,200). Sum of RGB (Red+Green+Blue) = 205+163+200=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA3C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3C8 is #325C37. Grayscale: #B3B3B3. Windows color (decimal): -3300408 or 13149133. OLE color: 13149133.
HSL color Cylindrical-coordinate representation of color #CDA3C8: hue angle of 307.14º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA3C8 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 200 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.20 |
| HSL | 307.14º | 0.3% | 0.72% | - |
| HSV(B) | 307.14º | 0.2% | 0.8% | - |
| XYZ | 48.7 | 43.34 | 60.44 | - |
| YUV | 179.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 200 | 0 | 0.20 | 0.02 | 0.20 | 307.14 | 0.3 | 0.72 |
| Hex | CD | A3 | C8 | 0 | 14 | 2 | 14 | 133 | 1E | 48 |
| Octal | 315 | 243 | 310 | 0 | 24 | 2 | 24 | 463 | 36 | 110 |
| Binary | 11001101 | 10100011 | 11001000 | 0 | 10100 | 10 | 10100 | 100110011 | 11110 | 1001000 |
Color Harmonies of #CDA3C8
Complementary color
Monochromatic Colors of #CDA3C8
Black with #CDA3C8
Text Example
Text Example
White with #CDA3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3C8; }
p { color: rgb(205,163,200); }
H1.HeaderClassName
{
color: #CDA3C8;
}
.AnyTagClassName
{
color: #CDA3C8;
}
</style>
background-color css
<style>
a { background-color: #CDA3C8; }
a { background-color: rgb(205,163,200); }
div.DivClassName
{
background-color: #CDA3C8;
}
.BgClassName
{
background-color: #CDA3C8;
}
</style>
border-color css
<style>
span { border-color: #CDA3C8; }
span { border-color: rgb(205,163,200); }
td.TdClassName
{
border-color: #CDA3C8;
}
.TagClassName
{
border-color: #CDA3C8;
}
</style>