Shades of Lilac #CB8BCA
Tints of Lilac #CB8BCA
RGB
CMYK
RGB Variations
Color information
#CB8BCA (or 0xCB8BCA) is known color: Lilac. HEX triplet: CB, 8B and CA. RGB value is (203,139,202). Sum of RGB (Red+Green+Blue) = 203+139+202=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BCA is #347435. Grayscale: #A5A5A5. Windows color (decimal): -3437622 or 13274059. OLE color: 13274059.
HSL color Cylindrical-coordinate representation of color #CB8BCA: hue angle of 300.94º 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 #CB8BCA is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 202 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.20 |
| HSL | 300.94º | 0.38% | 0.67% | - |
| HSV(B) | 300.94º | 0.32% | 0.8% | - |
| XYZ | 44.52 | 35.43 | 60.37 | - |
| YUV | 165.32 | 148.7 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 202 | 0 | 0.32 | 0.00 | 0.20 | 300.94 | 0.38 | 0.67 |
| Hex | CB | 8B | CA | 0 | 20 | 0 | 14 | 12D | 26 | 43 |
| Octal | 313 | 213 | 312 | 0 | 40 | 0 | 24 | 455 | 46 | 103 |
| Binary | 11001011 | 10001011 | 11001010 | 0 | 100000 | 0 | 10100 | 100101101 | 100110 | 1000011 |
Color Harmonies of #CB8BCA
Complementary color
Monochromatic Colors of #CB8BCA
Black with #CB8BCA
Text Example
Text Example
White with #CB8BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8BCA; }
p { color: rgb(203,139,202); }
H1.HeaderClassName
{
color: #CB8BCA;
}
.AnyTagClassName
{
color: #CB8BCA;
}
</style>
background-color css
<style>
a { background-color: #CB8BCA; }
a { background-color: rgb(203,139,202); }
div.DivClassName
{
background-color: #CB8BCA;
}
.BgClassName
{
background-color: #CB8BCA;
}
</style>
border-color css
<style>
span { border-color: #CB8BCA; }
span { border-color: rgb(203,139,202); }
td.TdClassName
{
border-color: #CB8BCA;
}
.TagClassName
{
border-color: #CB8BCA;
}
</style>