Shades of Lilac #CDA1CD
Tints of Lilac #CDA1CD
RGB
CMYK
RGB Variations
Color information
#CDA1CD (or 0xCDA1CD) is known color: Lilac. HEX triplet: CD, A1 and CD. RGB value is (205,161,205). Sum of RGB (Red+Green+Blue) = 205+161+205=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 161 (63.28% from 255 or 28.20% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDA1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1CD is #325E32. Grayscale: #B3B3B3. Windows color (decimal): -3300915 or 13476301. OLE color: 13476301.
HSL color Cylindrical-coordinate representation of color #CDA1CD: hue angle of 300º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA1CD is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 161 | 205 | - |
CMYK | 0 | 0.21 | 0 | 0.20 |
HSL | 300º | 0.31% | 0.72% | - |
HSV(B) | 300º | 0.21% | 0.8% | - |
XYZ | 48.94 | 42.88 | 63.45 | - |
YUV | 179.17 | 142.58 | 146.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 161 | 205 | 0 | 0.21 | 0 | 0.20 | 300 | 0.31 | 0.72 |
Hex | CD | A1 | CD | 0 | 15 | 0 | 14 | 12C | 1F | 48 |
Octal | 315 | 241 | 315 | 0 | 25 | 0 | 24 | 454 | 37 | 110 |
Binary | 11001101 | 10100001 | 11001101 | 0 | 10101 | 0 | 10100 | 100101100 | 11111 | 1001000 |
Color Harmonies of #CDA1CD
Complementary color
Monochromatic Colors of #CDA1CD
Black with #CDA1CD
Text Example
Text Example
White with #CDA1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1CD; }
p { color: rgb(205,161,205); }
H1.HeaderClassName
{
color: #CDA1CD;
}
.AnyTagClassName
{
color: #CDA1CD;
}
</style>
background-color css
<style>
a { background-color: #CDA1CD; }
a { background-color: rgb(205,161,205); }
div.DivClassName
{
background-color: #CDA1CD;
}
.BgClassName
{
background-color: #CDA1CD;
}
</style>
border-color css
<style>
span { border-color: #CDA1CD; }
span { border-color: rgb(205,161,205); }
td.TdClassName
{
border-color: #CDA1CD;
}
.TagClassName
{
border-color: #CDA1CD;
}
</style>