Shades of Lilac #CDA2CD
Tints of Lilac #CDA2CD
RGB
CMYK
RGB Variations
Color information
#CDA2CD (or 0xCDA2CD) is known color: Lilac. HEX triplet: CD, A2 and CD. RGB value is (205,162,205). Sum of RGB (Red+Green+Blue) = 205+162+205=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDA2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2CD is #325D32. Grayscale: #B3B3B3. Windows color (decimal): -3300659 or 13476557. OLE color: 13476557.
HSL color Cylindrical-coordinate representation of color #CDA2CD: hue angle of 300º degrees, saturation: 0.3, 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 #CDA2CD is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 162 | 205 | - |
CMYK | 0 | 0.21 | 0 | 0.20 |
HSL | 300º | 0.3% | 0.72% | - |
HSV(B) | 300º | 0.21% | 0.8% | - |
XYZ | 49.12 | 43.23 | 63.51 | - |
YUV | 179.76 | 142.25 | 146 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 162 | 205 | 0 | 0.21 | 0 | 0.20 | 300 | 0.3 | 0.72 |
Hex | CD | A2 | CD | 0 | 15 | 0 | 14 | 12C | 1E | 48 |
Octal | 315 | 242 | 315 | 0 | 25 | 0 | 24 | 454 | 36 | 110 |
Binary | 11001101 | 10100010 | 11001101 | 0 | 10101 | 0 | 10100 | 100101100 | 11110 | 1001000 |
Color Harmonies of #CDA2CD
Complementary color
Monochromatic Colors of #CDA2CD
Black with #CDA2CD
Text Example
Text Example
White with #CDA2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2CD; }
p { color: rgb(205,162,205); }
H1.HeaderClassName
{
color: #CDA2CD;
}
.AnyTagClassName
{
color: #CDA2CD;
}
</style>
background-color css
<style>
a { background-color: #CDA2CD; }
a { background-color: rgb(205,162,205); }
div.DivClassName
{
background-color: #CDA2CD;
}
.BgClassName
{
background-color: #CDA2CD;
}
</style>
border-color css
<style>
span { border-color: #CDA2CD; }
span { border-color: rgb(205,162,205); }
td.TdClassName
{
border-color: #CDA2CD;
}
.TagClassName
{
border-color: #CDA2CD;
}
</style>