Shades of Lilac #CD8BD3
Tints of Lilac #CD8BD3
RGB
CMYK
RGB Variations
Color information
#CD8BD3 (or 0xCD8BD3) is known color: Lilac. HEX triplet: CD, 8B and D3. RGB value is (205,139,211). Sum of RGB (Red+Green+Blue) = 205+139+211=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD8BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BD3 is #32742C. Grayscale: #A6A6A6. Windows color (decimal): -3306541 or 13863885. OLE color: 13863885.
HSL color Cylindrical-coordinate representation of color #CD8BD3: hue angle of 295º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD8BD3 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 139 | 211 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.17 |
| HSL | 295º | 0.45% | 0.69% | - |
| HSV(B) | 295º | 0.34% | 0.83% | - |
| XYZ | 46.17 | 36.15 | 66.17 | - |
| YUV | 166.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 139 | 211 | 0.03 | 0.34 | 0 | 0.17 | 295 | 0.45 | 0.69 |
| Hex | CD | 8B | D3 | 3 | 22 | 0 | 11 | 127 | 2D | 45 |
| Octal | 315 | 213 | 323 | 3 | 42 | 0 | 21 | 447 | 55 | 105 |
| Binary | 11001101 | 10001011 | 11010011 | 11 | 100010 | 0 | 10001 | 100100111 | 101101 | 1000101 |
Color Harmonies of #CD8BD3
Complementary color
Monochromatic Colors of #CD8BD3
Black with #CD8BD3
Text Example
Text Example
White with #CD8BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8BD3; }
p { color: rgb(205,139,211); }
H1.HeaderClassName
{
color: #CD8BD3;
}
.AnyTagClassName
{
color: #CD8BD3;
}
</style>
background-color css
<style>
a { background-color: #CD8BD3; }
a { background-color: rgb(205,139,211); }
div.DivClassName
{
background-color: #CD8BD3;
}
.BgClassName
{
background-color: #CD8BD3;
}
</style>
border-color css
<style>
span { border-color: #CD8BD3; }
span { border-color: rgb(205,139,211); }
td.TdClassName
{
border-color: #CD8BD3;
}
.TagClassName
{
border-color: #CD8BD3;
}
</style>