Shades of Lilac #CD96D3
Tints of Lilac #CD96D3
RGB
CMYK
RGB Variations
Color information
#CD96D3 (or 0xCD96D3) is known color: Lilac. HEX triplet: CD, 96 and D3. RGB value is (205,150,211). Sum of RGB (Red+Green+Blue) = 205+150+211=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD96D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96D3 is #32692C. Grayscale: #ADADAD. Windows color (decimal): -3303725 or 13866701. OLE color: 13866701.
HSL color Cylindrical-coordinate representation of color #CD96D3: hue angle of 294.1º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD96D3 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 150 | 211 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.17 |
| HSL | 294.1º | 0.41% | 0.71% | - |
| HSV(B) | 294.1º | 0.29% | 0.83% | - |
| XYZ | 47.84 | 39.49 | 66.73 | - |
| YUV | 173.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 150 | 211 | 0.03 | 0.29 | 0 | 0.17 | 294.1 | 0.41 | 0.71 |
| Hex | CD | 96 | D3 | 3 | 1D | 0 | 11 | 126 | 29 | 47 |
| Octal | 315 | 226 | 323 | 3 | 35 | 0 | 21 | 446 | 51 | 107 |
| Binary | 11001101 | 10010110 | 11010011 | 11 | 11101 | 0 | 10001 | 100100110 | 101001 | 1000111 |
Color Harmonies of #CD96D3
Complementary color
Monochromatic Colors of #CD96D3
Black with #CD96D3
Text Example
Text Example
White with #CD96D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD96D3; }
p { color: rgb(205,150,211); }
H1.HeaderClassName
{
color: #CD96D3;
}
.AnyTagClassName
{
color: #CD96D3;
}
</style>
background-color css
<style>
a { background-color: #CD96D3; }
a { background-color: rgb(205,150,211); }
div.DivClassName
{
background-color: #CD96D3;
}
.BgClassName
{
background-color: #CD96D3;
}
</style>
border-color css
<style>
span { border-color: #CD96D3; }
span { border-color: rgb(205,150,211); }
td.TdClassName
{
border-color: #CD96D3;
}
.TagClassName
{
border-color: #CD96D3;
}
</style>