Shades of Lilac #CD9FCC
Tints of Lilac #CD9FCC
RGB
CMYK
RGB Variations
Color information
#CD9FCC (or 0xCD9FCC) is known color: Lilac. HEX triplet: CD, 9F and CC. RGB value is (205,159,204). Sum of RGB (Red+Green+Blue) = 205+159+204=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9FCC is #326033. Grayscale: #B1B1B1. Windows color (decimal): -3301428 or 13410253. OLE color: 13410253.
HSL color Cylindrical-coordinate representation of color #CD9FCC: hue angle of 301.3º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CD9FCC is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 159 | 204 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.20 |
| HSL | 301.3º | 0.32% | 0.71% | - |
| HSV(B) | 301.3º | 0.22% | 0.8% | - |
| XYZ | 48.47 | 42.14 | 62.7 | - |
| YUV | 177.88 | 142.74 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 159 | 204 | 0 | 0.22 | 0.00 | 0.20 | 301.3 | 0.32 | 0.71 |
| Hex | CD | 9F | CC | 0 | 16 | 0 | 14 | 12D | 20 | 47 |
| Octal | 315 | 237 | 314 | 0 | 26 | 0 | 24 | 455 | 40 | 107 |
| Binary | 11001101 | 10011111 | 11001100 | 0 | 10110 | 0 | 10100 | 100101101 | 100000 | 1000111 |
Color Harmonies of #CD9FCC
Complementary color
Monochromatic Colors of #CD9FCC
Black with #CD9FCC
Text Example
Text Example
White with #CD9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9FCC; }
p { color: rgb(205,159,204); }
H1.HeaderClassName
{
color: #CD9FCC;
}
.AnyTagClassName
{
color: #CD9FCC;
}
</style>
background-color css
<style>
a { background-color: #CD9FCC; }
a { background-color: rgb(205,159,204); }
div.DivClassName
{
background-color: #CD9FCC;
}
.BgClassName
{
background-color: #CD9FCC;
}
</style>
border-color css
<style>
span { border-color: #CD9FCC; }
span { border-color: rgb(205,159,204); }
td.TdClassName
{
border-color: #CD9FCC;
}
.TagClassName
{
border-color: #CD9FCC;
}
</style>