Shades of Lilac #CD8DD4
Tints of Lilac #CD8DD4
RGB
CMYK
RGB Variations
Color information
#CD8DD4 (or 0xCD8DD4) is known color: Lilac. HEX triplet: CD, 8D and D4. RGB value is (205,141,212). Sum of RGB (Red+Green+Blue) = 205+141+212=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD8DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DD4 is #32722B. Grayscale: #A8A8A8. Windows color (decimal): -3306028 or 13929933. OLE color: 13929933.
HSL color Cylindrical-coordinate representation of color #CD8DD4: hue angle of 294.08º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8DD4 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 141 | 212 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.17 |
| HSL | 294.08º | 0.45% | 0.69% | - |
| HSV(B) | 294.08º | 0.33% | 0.83% | - |
| XYZ | 46.59 | 36.78 | 66.93 | - |
| YUV | 168.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 141 | 212 | 0.03 | 0.33 | 0 | 0.17 | 294.08 | 0.45 | 0.69 |
| Hex | CD | 8D | D4 | 3 | 21 | 0 | 11 | 126 | 2D | 45 |
| Octal | 315 | 215 | 324 | 3 | 41 | 0 | 21 | 446 | 55 | 105 |
| Binary | 11001101 | 10001101 | 11010100 | 11 | 100001 | 0 | 10001 | 100100110 | 101101 | 1000101 |
Color Harmonies of #CD8DD4
Complementary color
Monochromatic Colors of #CD8DD4
Black with #CD8DD4
Text Example
Text Example
White with #CD8DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8DD4; }
p { color: rgb(205,141,212); }
H1.HeaderClassName
{
color: #CD8DD4;
}
.AnyTagClassName
{
color: #CD8DD4;
}
</style>
background-color css
<style>
a { background-color: #CD8DD4; }
a { background-color: rgb(205,141,212); }
div.DivClassName
{
background-color: #CD8DD4;
}
.BgClassName
{
background-color: #CD8DD4;
}
</style>
border-color css
<style>
span { border-color: #CD8DD4; }
span { border-color: rgb(205,141,212); }
td.TdClassName
{
border-color: #CD8DD4;
}
.TagClassName
{
border-color: #CD8DD4;
}
</style>