Shades of Lilac #CD9CCC
Tints of Lilac #CD9CCC
RGB
CMYK
RGB Variations
Color information
#CD9CCC (or 0xCD9CCC) is known color: Lilac. HEX triplet: CD, 9C and CC. RGB value is (205,156,204). Sum of RGB (Red+Green+Blue) = 205+156+204=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CCC is #326333. Grayscale: #AFAFAF. Windows color (decimal): -3302196 or 13409485. OLE color: 13409485.
HSL color Cylindrical-coordinate representation of color #CD9CCC: hue angle of 301.22º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CD9CCC is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 156 | 204 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.20 |
| HSL | 301.22º | 0.33% | 0.71% | - |
| HSV(B) | 301.22º | 0.24% | 0.8% | - |
| XYZ | 47.96 | 41.12 | 62.53 | - |
| YUV | 176.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 156 | 204 | 0 | 0.24 | 0.00 | 0.20 | 301.22 | 0.33 | 0.71 |
| Hex | CD | 9C | CC | 0 | 18 | 0 | 14 | 12D | 21 | 47 |
| Octal | 315 | 234 | 314 | 0 | 30 | 0 | 24 | 455 | 41 | 107 |
| Binary | 11001101 | 10011100 | 11001100 | 0 | 11000 | 0 | 10100 | 100101101 | 100001 | 1000111 |
Color Harmonies of #CD9CCC
Complementary color
Monochromatic Colors of #CD9CCC
Black with #CD9CCC
Text Example
Text Example
White with #CD9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9CCC; }
p { color: rgb(205,156,204); }
H1.HeaderClassName
{
color: #CD9CCC;
}
.AnyTagClassName
{
color: #CD9CCC;
}
</style>
background-color css
<style>
a { background-color: #CD9CCC; }
a { background-color: rgb(205,156,204); }
div.DivClassName
{
background-color: #CD9CCC;
}
.BgClassName
{
background-color: #CD9CCC;
}
</style>
border-color css
<style>
span { border-color: #CD9CCC; }
span { border-color: rgb(205,156,204); }
td.TdClassName
{
border-color: #CD9CCC;
}
.TagClassName
{
border-color: #CD9CCC;
}
</style>