Shades of Lilac #CD8ECB
Tints of Lilac #CD8ECB
RGB
CMYK
RGB Variations
Color information
#CD8ECB (or 0xCD8ECB) is known color: Lilac. HEX triplet: CD, 8E and CB. RGB value is (205,142,203). Sum of RGB (Red+Green+Blue) = 205+142+203=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8ECB is #327134. Grayscale: #A7A7A7. Windows color (decimal): -3305781 or 13340365. OLE color: 13340365.
HSL color Cylindrical-coordinate representation of color #CD8ECB: hue angle of 301.9º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8ECB is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 142 | 203 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.20 |
| HSL | 301.9º | 0.39% | 0.68% | - |
| HSV(B) | 301.9º | 0.31% | 0.8% | - |
| XYZ | 45.63 | 36.64 | 61.17 | - |
| YUV | 167.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 142 | 203 | 0 | 0.31 | 0.01 | 0.20 | 301.9 | 0.39 | 0.68 |
| Hex | CD | 8E | CB | 0 | 1F | 1 | 14 | 12E | 27 | 44 |
| Octal | 315 | 216 | 313 | 0 | 37 | 1 | 24 | 456 | 47 | 104 |
| Binary | 11001101 | 10001110 | 11001011 | 0 | 11111 | 1 | 10100 | 100101110 | 100111 | 1000100 |
Color Harmonies of #CD8ECB
Complementary color
Monochromatic Colors of #CD8ECB
Black with #CD8ECB
Text Example
Text Example
White with #CD8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8ECB; }
p { color: rgb(205,142,203); }
H1.HeaderClassName
{
color: #CD8ECB;
}
.AnyTagClassName
{
color: #CD8ECB;
}
</style>
background-color css
<style>
a { background-color: #CD8ECB; }
a { background-color: rgb(205,142,203); }
div.DivClassName
{
background-color: #CD8ECB;
}
.BgClassName
{
background-color: #CD8ECB;
}
</style>
border-color css
<style>
span { border-color: #CD8ECB; }
span { border-color: rgb(205,142,203); }
td.TdClassName
{
border-color: #CD8ECB;
}
.TagClassName
{
border-color: #CD8ECB;
}
</style>