Shades of Lilac #CDA3C6
Tints of Lilac #CDA3C6
RGB
CMYK
RGB Variations
Color information
#CDA3C6 (or 0xCDA3C6) is known color: Lilac. HEX triplet: CD, A3 and C6. RGB value is (205,163,198). Sum of RGB (Red+Green+Blue) = 205+163+198=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA3C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3C6 is #325C39. Grayscale: #B3B3B3. Windows color (decimal): -3300410 or 13018061. OLE color: 13018061.
HSL color Cylindrical-coordinate representation of color #CDA3C6: hue angle of 310º 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 #CDA3C6 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 198 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.20 |
| HSL | 310º | 0.3% | 0.72% | - |
| HSV(B) | 310º | 0.2% | 0.8% | - |
| XYZ | 48.47 | 43.25 | 59.22 | - |
| YUV | 179.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 198 | 0 | 0.20 | 0.03 | 0.20 | 310 | 0.3 | 0.72 |
| Hex | CD | A3 | C6 | 0 | 14 | 3 | 14 | 136 | 1E | 48 |
| Octal | 315 | 243 | 306 | 0 | 24 | 3 | 24 | 466 | 36 | 110 |
| Binary | 11001101 | 10100011 | 11000110 | 0 | 10100 | 11 | 10100 | 100110110 | 11110 | 1001000 |
Color Harmonies of #CDA3C6
Complementary color
Monochromatic Colors of #CDA3C6
Black with #CDA3C6
Text Example
Text Example
White with #CDA3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3C6; }
p { color: rgb(205,163,198); }
H1.HeaderClassName
{
color: #CDA3C6;
}
.AnyTagClassName
{
color: #CDA3C6;
}
</style>
background-color css
<style>
a { background-color: #CDA3C6; }
a { background-color: rgb(205,163,198); }
div.DivClassName
{
background-color: #CDA3C6;
}
.BgClassName
{
background-color: #CDA3C6;
}
</style>
border-color css
<style>
span { border-color: #CDA3C6; }
span { border-color: rgb(205,163,198); }
td.TdClassName
{
border-color: #CDA3C6;
}
.TagClassName
{
border-color: #CDA3C6;
}
</style>