Shades of Lilac #CB8DC6
Tints of Lilac #CB8DC6
RGB
CMYK
RGB Variations
Color information
#CB8DC6 (or 0xCB8DC6) is known color: Lilac. HEX triplet: CB, 8D and C6. RGB value is (203,141,198). Sum of RGB (Red+Green+Blue) = 203+141+198=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DC6 is #347239. Grayscale: #A5A5A5. Windows color (decimal): -3437114 or 13012427. OLE color: 13012427.
HSL color Cylindrical-coordinate representation of color #CB8DC6: hue angle of 304.84º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8DC6 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 198 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.20 |
| HSL | 304.84º | 0.37% | 0.67% | - |
| HSV(B) | 304.84º | 0.31% | 0.8% | - |
| XYZ | 44.35 | 35.82 | 58 | - |
| YUV | 166.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 198 | 0 | 0.31 | 0.02 | 0.20 | 304.84 | 0.37 | 0.67 |
| Hex | CB | 8D | C6 | 0 | 1F | 2 | 14 | 131 | 25 | 43 |
| Octal | 313 | 215 | 306 | 0 | 37 | 2 | 24 | 461 | 45 | 103 |
| Binary | 11001011 | 10001101 | 11000110 | 0 | 11111 | 10 | 10100 | 100110001 | 100101 | 1000011 |
Color Harmonies of #CB8DC6
Complementary color
Monochromatic Colors of #CB8DC6
Black with #CB8DC6
Text Example
Text Example
White with #CB8DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DC6; }
p { color: rgb(203,141,198); }
H1.HeaderClassName
{
color: #CB8DC6;
}
.AnyTagClassName
{
color: #CB8DC6;
}
</style>
background-color css
<style>
a { background-color: #CB8DC6; }
a { background-color: rgb(203,141,198); }
div.DivClassName
{
background-color: #CB8DC6;
}
.BgClassName
{
background-color: #CB8DC6;
}
</style>
border-color css
<style>
span { border-color: #CB8DC6; }
span { border-color: rgb(203,141,198); }
td.TdClassName
{
border-color: #CB8DC6;
}
.TagClassName
{
border-color: #CB8DC6;
}
</style>