Shades of Lilac #CB8FBF
Tints of Lilac #CB8FBF
RGB
CMYK
RGB Variations
Color information
#CB8FBF (or 0xCB8FBF) is known color: Lilac. HEX triplet: CB, 8F and BF. RGB value is (203,143,191). Sum of RGB (Red+Green+Blue) = 203+143+191=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FBF is #347040. Grayscale: #A6A6A6. Windows color (decimal): -3436609 or 12554187. OLE color: 12554187.
HSL color Cylindrical-coordinate representation of color #CB8FBF: hue angle of 312º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8FBF is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 191 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.20 |
| HSL | 312º | 0.37% | 0.68% | - |
| HSV(B) | 312º | 0.3% | 0.8% | - |
| XYZ | 43.86 | 36.1 | 53.95 | - |
| YUV | 166.41 | 141.88 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 191 | 0 | 0.30 | 0.06 | 0.20 | 312 | 0.37 | 0.68 |
| Hex | CB | 8F | BF | 0 | 1E | 6 | 14 | 138 | 25 | 44 |
| Octal | 313 | 217 | 277 | 0 | 36 | 6 | 24 | 470 | 45 | 104 |
| Binary | 11001011 | 10001111 | 10111111 | 0 | 11110 | 110 | 10100 | 100111000 | 100101 | 1000100 |
Color Harmonies of #CB8FBF
Complementary color
Monochromatic Colors of #CB8FBF
Black with #CB8FBF
Text Example
Text Example
White with #CB8FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FBF; }
p { color: rgb(203,143,191); }
H1.HeaderClassName
{
color: #CB8FBF;
}
.AnyTagClassName
{
color: #CB8FBF;
}
</style>
background-color css
<style>
a { background-color: #CB8FBF; }
a { background-color: rgb(203,143,191); }
div.DivClassName
{
background-color: #CB8FBF;
}
.BgClassName
{
background-color: #CB8FBF;
}
</style>
border-color css
<style>
span { border-color: #CB8FBF; }
span { border-color: rgb(203,143,191); }
td.TdClassName
{
border-color: #CB8FBF;
}
.TagClassName
{
border-color: #CB8FBF;
}
</style>