Shades of Lilac #CB90BF
Tints of Lilac #CB90BF
RGB
CMYK
RGB Variations
Color information
#CB90BF (or 0xCB90BF) is known color: Lilac. HEX triplet: CB, 90 and BF. RGB value is (203,144,191). Sum of RGB (Red+Green+Blue) = 203+144+191=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90BF is #346F40. Grayscale: #A6A6A6. Windows color (decimal): -3436353 or 12554443. OLE color: 12554443.
HSL color Cylindrical-coordinate representation of color #CB90BF: hue angle of 312.2º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB90BF is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 191 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.20 |
| HSL | 312.2º | 0.36% | 0.68% | - |
| HSV(B) | 312.2º | 0.29% | 0.8% | - |
| XYZ | 44.01 | 36.4 | 54 | - |
| YUV | 167 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 191 | 0 | 0.29 | 0.06 | 0.20 | 312.2 | 0.36 | 0.68 |
| Hex | CB | 90 | BF | 0 | 1D | 6 | 14 | 138 | 24 | 44 |
| Octal | 313 | 220 | 277 | 0 | 35 | 6 | 24 | 470 | 44 | 104 |
| Binary | 11001011 | 10010000 | 10111111 | 0 | 11101 | 110 | 10100 | 100111000 | 100100 | 1000100 |
Color Harmonies of #CB90BF
Complementary color
Monochromatic Colors of #CB90BF
Black with #CB90BF
Text Example
Text Example
White with #CB90BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90BF; }
p { color: rgb(203,144,191); }
H1.HeaderClassName
{
color: #CB90BF;
}
.AnyTagClassName
{
color: #CB90BF;
}
</style>
background-color css
<style>
a { background-color: #CB90BF; }
a { background-color: rgb(203,144,191); }
div.DivClassName
{
background-color: #CB90BF;
}
.BgClassName
{
background-color: #CB90BF;
}
</style>
border-color css
<style>
span { border-color: #CB90BF; }
span { border-color: rgb(203,144,191); }
td.TdClassName
{
border-color: #CB90BF;
}
.TagClassName
{
border-color: #CB90BF;
}
</style>