Shades of Lilac #CD96C8
Tints of Lilac #CD96C8
RGB
CMYK
RGB Variations
Color information
#CD96C8 (or 0xCD96C8) is known color: Lilac. HEX triplet: CD, 96 and C8. RGB value is (205,150,200). Sum of RGB (Red+Green+Blue) = 205+150+200=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CD96C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96C8 is #326937. Grayscale: #ACACAC. Windows color (decimal): -3303736 or 13145805. OLE color: 13145805.
HSL color Cylindrical-coordinate representation of color #CD96C8: hue angle of 305.45º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD96C8 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 150 | 200 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.20 |
| HSL | 305.45º | 0.35% | 0.7% | - |
| HSV(B) | 305.45º | 0.27% | 0.8% | - |
| XYZ | 46.51 | 38.96 | 59.71 | - |
| YUV | 172.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 150 | 200 | 0 | 0.27 | 0.02 | 0.20 | 305.45 | 0.35 | 0.7 |
| Hex | CD | 96 | C8 | 0 | 1B | 2 | 14 | 131 | 23 | 46 |
| Octal | 315 | 226 | 310 | 0 | 33 | 2 | 24 | 461 | 43 | 106 |
| Binary | 11001101 | 10010110 | 11001000 | 0 | 11011 | 10 | 10100 | 100110001 | 100011 | 1000110 |
Color Harmonies of #CD96C8
Complementary color
Monochromatic Colors of #CD96C8
Black with #CD96C8
Text Example
Text Example
White with #CD96C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD96C8; }
p { color: rgb(205,150,200); }
H1.HeaderClassName
{
color: #CD96C8;
}
.AnyTagClassName
{
color: #CD96C8;
}
</style>
background-color css
<style>
a { background-color: #CD96C8; }
a { background-color: rgb(205,150,200); }
div.DivClassName
{
background-color: #CD96C8;
}
.BgClassName
{
background-color: #CD96C8;
}
</style>
border-color css
<style>
span { border-color: #CD96C8; }
span { border-color: rgb(205,150,200); }
td.TdClassName
{
border-color: #CD96C8;
}
.TagClassName
{
border-color: #CD96C8;
}
</style>