Shades of Lilac #CB8DCE
Tints of Lilac #CB8DCE
RGB
CMYK
RGB Variations
Color information
#CB8DCE (or 0xCB8DCE) is known color: Lilac. HEX triplet: CB, 8D and CE. RGB value is (203,141,206). Sum of RGB (Red+Green+Blue) = 203+141+206=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB8DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DCE is #347231. Grayscale: #A6A6A6. Windows color (decimal): -3437106 or 13536715. OLE color: 13536715.
HSL color Cylindrical-coordinate representation of color #CB8DCE: hue angle of 297.23º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8DCE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 141 | 206 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.19 |
| HSL | 297.23º | 0.4% | 0.68% | - |
| HSV(B) | 297.23º | 0.32% | 0.81% | - |
| XYZ | 45.29 | 36.2 | 62.99 | - |
| YUV | 166.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 206 | 0.01 | 0.32 | 0 | 0.19 | 297.23 | 0.4 | 0.68 |
| Hex | CB | 8D | CE | 1 | 20 | 0 | 13 | 129 | 28 | 44 |
| Octal | 313 | 215 | 316 | 1 | 40 | 0 | 23 | 451 | 50 | 104 |
| Binary | 11001011 | 10001101 | 11001110 | 1 | 100000 | 0 | 10011 | 100101001 | 101000 | 1000100 |
Color Harmonies of #CB8DCE
Complementary color
Monochromatic Colors of #CB8DCE
Black with #CB8DCE
Text Example
Text Example
White with #CB8DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DCE; }
p { color: rgb(203,141,206); }
H1.HeaderClassName
{
color: #CB8DCE;
}
.AnyTagClassName
{
color: #CB8DCE;
}
</style>
background-color css
<style>
a { background-color: #CB8DCE; }
a { background-color: rgb(203,141,206); }
div.DivClassName
{
background-color: #CB8DCE;
}
.BgClassName
{
background-color: #CB8DCE;
}
</style>
border-color css
<style>
span { border-color: #CB8DCE; }
span { border-color: rgb(203,141,206); }
td.TdClassName
{
border-color: #CB8DCE;
}
.TagClassName
{
border-color: #CB8DCE;
}
</style>