Shades of Lilac #CB8BBF
Tints of Lilac #CB8BBF
RGB
CMYK
RGB Variations
Color information
#CB8BBF (or 0xCB8BBF) is known color: Lilac. HEX triplet: CB, 8B and BF. RGB value is (203,139,191). Sum of RGB (Red+Green+Blue) = 203+139+191=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BBF is #347440. Grayscale: #A3A3A3. Windows color (decimal): -3437633 or 12553163. OLE color: 12553163.
HSL color Cylindrical-coordinate representation of color #CB8BBF: hue angle of 311.25º 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 #CB8BBF is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 191 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.20 |
| HSL | 311.25º | 0.38% | 0.67% | - |
| HSV(B) | 311.25º | 0.32% | 0.8% | - |
| XYZ | 43.27 | 34.92 | 53.75 | - |
| YUV | 164.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 191 | 0 | 0.32 | 0.06 | 0.20 | 311.25 | 0.38 | 0.67 |
| Hex | CB | 8B | BF | 0 | 20 | 6 | 14 | 137 | 26 | 43 |
| Octal | 313 | 213 | 277 | 0 | 40 | 6 | 24 | 467 | 46 | 103 |
| Binary | 11001011 | 10001011 | 10111111 | 0 | 100000 | 110 | 10100 | 100110111 | 100110 | 1000011 |
Color Harmonies of #CB8BBF
Complementary color
Monochromatic Colors of #CB8BBF
Black with #CB8BBF
Text Example
Text Example
White with #CB8BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8BBF; }
p { color: rgb(203,139,191); }
H1.HeaderClassName
{
color: #CB8BBF;
}
.AnyTagClassName
{
color: #CB8BBF;
}
</style>
background-color css
<style>
a { background-color: #CB8BBF; }
a { background-color: rgb(203,139,191); }
div.DivClassName
{
background-color: #CB8BBF;
}
.BgClassName
{
background-color: #CB8BBF;
}
</style>
border-color css
<style>
span { border-color: #CB8BBF; }
span { border-color: rgb(203,139,191); }
td.TdClassName
{
border-color: #CB8BBF;
}
.TagClassName
{
border-color: #CB8BBF;
}
</style>