Shades of Lilac #CB8BC9
Tints of Lilac #CB8BC9
RGB
CMYK
RGB Variations
Color information
#CB8BC9 (or 0xCB8BC9) is known color: Lilac. HEX triplet: CB, 8B and C9. RGB value is (203,139,201). Sum of RGB (Red+Green+Blue) = 203+139+201=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BC9 is #347436. Grayscale: #A5A5A5. Windows color (decimal): -3437623 or 13208523. OLE color: 13208523.
HSL color Cylindrical-coordinate representation of color #CB8BC9: hue angle of 301.88º degrees, saturation: 0.38, 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 #CB8BC9 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 201 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.20 |
| HSL | 301.88º | 0.38% | 0.67% | - |
| HSV(B) | 301.88º | 0.32% | 0.8% | - |
| XYZ | 44.4 | 35.38 | 59.75 | - |
| YUV | 165.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 201 | 0 | 0.32 | 0.01 | 0.20 | 301.88 | 0.38 | 0.67 |
| Hex | CB | 8B | C9 | 0 | 20 | 1 | 14 | 12E | 26 | 43 |
| Octal | 313 | 213 | 311 | 0 | 40 | 1 | 24 | 456 | 46 | 103 |
| Binary | 11001011 | 10001011 | 11001001 | 0 | 100000 | 1 | 10100 | 100101110 | 100110 | 1000011 |
Color Harmonies of #CB8BC9
Complementary color
Monochromatic Colors of #CB8BC9
Black with #CB8BC9
Text Example
Text Example
White with #CB8BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8BC9; }
p { color: rgb(203,139,201); }
H1.HeaderClassName
{
color: #CB8BC9;
}
.AnyTagClassName
{
color: #CB8BC9;
}
</style>
background-color css
<style>
a { background-color: #CB8BC9; }
a { background-color: rgb(203,139,201); }
div.DivClassName
{
background-color: #CB8BC9;
}
.BgClassName
{
background-color: #CB8BC9;
}
</style>
border-color css
<style>
span { border-color: #CB8BC9; }
span { border-color: rgb(203,139,201); }
td.TdClassName
{
border-color: #CB8BC9;
}
.TagClassName
{
border-color: #CB8BC9;
}
</style>