Shades of Lilac #CDA5CD
Tints of Lilac #CDA5CD
RGB
CMYK
RGB Variations
Color information
#CDA5CD (or 0xCDA5CD) is known color: Lilac. HEX triplet: CD, A5 and CD. RGB value is (205,165,205). Sum of RGB (Red+Green+Blue) = 205+165+205=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDA5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5CD is #325A32. Grayscale: #B5B5B5. Windows color (decimal): -3299891 or 13477325. OLE color: 13477325.
HSL color Cylindrical-coordinate representation of color #CDA5CD: hue angle of 300º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA5CD is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 165 | 205 | - |
CMYK | 0 | 0.20 | 0 | 0.20 |
HSL | 300º | 0.29% | 0.73% | - |
HSV(B) | 300º | 0.2% | 0.8% | - |
XYZ | 49.65 | 44.3 | 63.69 | - |
YUV | 181.52 | 141.25 | 144.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 165 | 205 | 0 | 0.20 | 0 | 0.20 | 300 | 0.29 | 0.73 |
Hex | CD | A5 | CD | 0 | 14 | 0 | 14 | 12C | 1D | 49 |
Octal | 315 | 245 | 315 | 0 | 24 | 0 | 24 | 454 | 35 | 111 |
Binary | 11001101 | 10100101 | 11001101 | 0 | 10100 | 0 | 10100 | 100101100 | 11101 | 1001001 |
Color Harmonies of #CDA5CD
Complementary color
Monochromatic Colors of #CDA5CD
Black with #CDA5CD
Text Example
Text Example
White with #CDA5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA5CD; }
p { color: rgb(205,165,205); }
H1.HeaderClassName
{
color: #CDA5CD;
}
.AnyTagClassName
{
color: #CDA5CD;
}
</style>
background-color css
<style>
a { background-color: #CDA5CD; }
a { background-color: rgb(205,165,205); }
div.DivClassName
{
background-color: #CDA5CD;
}
.BgClassName
{
background-color: #CDA5CD;
}
</style>
border-color css
<style>
span { border-color: #CDA5CD; }
span { border-color: rgb(205,165,205); }
td.TdClassName
{
border-color: #CDA5CD;
}
.TagClassName
{
border-color: #CDA5CD;
}
</style>