Shades of Lilac #CD8BCB
Tints of Lilac #CD8BCB
RGB
CMYK
RGB Variations
Color information
#CD8BCB (or 0xCD8BCB) is known color: Lilac. HEX triplet: CD, 8B and CB. RGB value is (205,139,203). Sum of RGB (Red+Green+Blue) = 205+139+203=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BCB is #327434. Grayscale: #A5A5A5. Windows color (decimal): -3306549 or 13339597. OLE color: 13339597.
HSL color Cylindrical-coordinate representation of color #CD8BCB: hue angle of 301.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8BCB is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 139 | 203 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.20 |
| HSL | 301.82º | 0.4% | 0.67% | - |
| HSV(B) | 301.82º | 0.32% | 0.8% | - |
| XYZ | 45.19 | 35.76 | 61.02 | - |
| YUV | 166.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 139 | 203 | 0 | 0.32 | 0.01 | 0.20 | 301.82 | 0.4 | 0.67 |
| Hex | CD | 8B | CB | 0 | 20 | 1 | 14 | 12E | 28 | 43 |
| Octal | 315 | 213 | 313 | 0 | 40 | 1 | 24 | 456 | 50 | 103 |
| Binary | 11001101 | 10001011 | 11001011 | 0 | 100000 | 1 | 10100 | 100101110 | 101000 | 1000011 |
Color Harmonies of #CD8BCB
Complementary color
Monochromatic Colors of #CD8BCB
Black with #CD8BCB
Text Example
Text Example
White with #CD8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8BCB; }
p { color: rgb(205,139,203); }
H1.HeaderClassName
{
color: #CD8BCB;
}
.AnyTagClassName
{
color: #CD8BCB;
}
</style>
background-color css
<style>
a { background-color: #CD8BCB; }
a { background-color: rgb(205,139,203); }
div.DivClassName
{
background-color: #CD8BCB;
}
.BgClassName
{
background-color: #CD8BCB;
}
</style>
border-color css
<style>
span { border-color: #CD8BCB; }
span { border-color: rgb(205,139,203); }
td.TdClassName
{
border-color: #CD8BCB;
}
.TagClassName
{
border-color: #CD8BCB;
}
</style>