Shades of Lilac #CDA3C5
Tints of Lilac #CDA3C5
RGB
CMYK
RGB Variations
Color information
#CDA3C5 (or 0xCDA3C5) is known color: Lilac. HEX triplet: CD, A3 and C5. RGB value is (205,163,197). Sum of RGB (Red+Green+Blue) = 205+163+197=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA3C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3C5 is #325C3A. Grayscale: #B3B3B3. Windows color (decimal): -3300411 or 12952525. OLE color: 12952525.
HSL color Cylindrical-coordinate representation of color #CDA3C5: hue angle of 311.43º 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 #CDA3C5 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 197 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.20 |
| HSL | 311.43º | 0.3% | 0.72% | - |
| HSV(B) | 311.43º | 0.2% | 0.8% | - |
| XYZ | 48.35 | 43.2 | 58.61 | - |
| YUV | 179.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 197 | 0 | 0.20 | 0.04 | 0.20 | 311.43 | 0.3 | 0.72 |
| Hex | CD | A3 | C5 | 0 | 14 | 4 | 14 | 137 | 1E | 48 |
| Octal | 315 | 243 | 305 | 0 | 24 | 4 | 24 | 467 | 36 | 110 |
| Binary | 11001101 | 10100011 | 11000101 | 0 | 10100 | 100 | 10100 | 100110111 | 11110 | 1001000 |
Color Harmonies of #CDA3C5
Complementary color
Monochromatic Colors of #CDA3C5
Black with #CDA3C5
Text Example
Text Example
White with #CDA3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3C5; }
p { color: rgb(205,163,197); }
H1.HeaderClassName
{
color: #CDA3C5;
}
.AnyTagClassName
{
color: #CDA3C5;
}
</style>
background-color css
<style>
a { background-color: #CDA3C5; }
a { background-color: rgb(205,163,197); }
div.DivClassName
{
background-color: #CDA3C5;
}
.BgClassName
{
background-color: #CDA3C5;
}
</style>
border-color css
<style>
span { border-color: #CDA3C5; }
span { border-color: rgb(205,163,197); }
td.TdClassName
{
border-color: #CDA3C5;
}
.TagClassName
{
border-color: #CDA3C5;
}
</style>