Shades of Lilac #CD9CCD
Tints of Lilac #CD9CCD
RGB
CMYK
RGB Variations
Color information
#CD9CCD (or 0xCD9CCD) is known color: Lilac. HEX triplet: CD, 9C and CD. RGB value is (205,156,205). Sum of RGB (Red+Green+Blue) = 205+156+205=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CCD is #326332. Grayscale: #B0B0B0. Windows color (decimal): -3302195 or 13475021. OLE color: 13475021.
HSL color Cylindrical-coordinate representation of color #CD9CCD: hue angle of 300º 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 #CD9CCD is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 156 | 205 | - |
| CMYK | 0 | 0.24 | 0 | 0.20 |
| HSL | 300º | 0.33% | 0.71% | - |
| HSV(B) | 300º | 0.24% | 0.8% | - |
| XYZ | 48.08 | 41.16 | 63.17 | - |
| YUV | 176.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 156 | 205 | 0 | 0.24 | 0 | 0.20 | 300 | 0.33 | 0.71 |
| Hex | CD | 9C | CD | 0 | 18 | 0 | 14 | 12C | 21 | 47 |
| Octal | 315 | 234 | 315 | 0 | 30 | 0 | 24 | 454 | 41 | 107 |
| Binary | 11001101 | 10011100 | 11001101 | 0 | 11000 | 0 | 10100 | 100101100 | 100001 | 1000111 |
Color Harmonies of #CD9CCD
Complementary color
Monochromatic Colors of #CD9CCD
Black with #CD9CCD
Text Example
Text Example
White with #CD9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9CCD; }
p { color: rgb(205,156,205); }
H1.HeaderClassName
{
color: #CD9CCD;
}
.AnyTagClassName
{
color: #CD9CCD;
}
</style>
background-color css
<style>
a { background-color: #CD9CCD; }
a { background-color: rgb(205,156,205); }
div.DivClassName
{
background-color: #CD9CCD;
}
.BgClassName
{
background-color: #CD9CCD;
}
</style>
border-color css
<style>
span { border-color: #CD9CCD; }
span { border-color: rgb(205,156,205); }
td.TdClassName
{
border-color: #CD9CCD;
}
.TagClassName
{
border-color: #CD9CCD;
}
</style>