Shades of Lilac #CB90D3
Tints of Lilac #CB90D3
RGB
CMYK
RGB Variations
Color information
#CB90D3 (or 0xCB90D3) is known color: Lilac. HEX triplet: CB, 90 and D3. RGB value is (203,144,211). Sum of RGB (Red+Green+Blue) = 203+144+211=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB90D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90D3 is #346F2C. Grayscale: #A9A9A9. Windows color (decimal): -3436333 or 13865163. OLE color: 13865163.
HSL color Cylindrical-coordinate representation of color #CB90D3: hue angle of 292.84º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB90D3 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 144 | 211 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.17 |
| HSL | 292.84º | 0.43% | 0.7% | - |
| HSV(B) | 292.84º | 0.32% | 0.83% | - |
| XYZ | 46.36 | 37.35 | 66.39 | - |
| YUV | 169.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 211 | 0.04 | 0.32 | 0 | 0.17 | 292.84 | 0.43 | 0.7 |
| Hex | CB | 90 | D3 | 4 | 20 | 0 | 11 | 125 | 2B | 46 |
| Octal | 313 | 220 | 323 | 4 | 40 | 0 | 21 | 445 | 53 | 106 |
| Binary | 11001011 | 10010000 | 11010011 | 100 | 100000 | 0 | 10001 | 100100101 | 101011 | 1000110 |
Color Harmonies of #CB90D3
Complementary color
Monochromatic Colors of #CB90D3
Black with #CB90D3
Text Example
Text Example
White with #CB90D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90D3; }
p { color: rgb(203,144,211); }
H1.HeaderClassName
{
color: #CB90D3;
}
.AnyTagClassName
{
color: #CB90D3;
}
</style>
background-color css
<style>
a { background-color: #CB90D3; }
a { background-color: rgb(203,144,211); }
div.DivClassName
{
background-color: #CB90D3;
}
.BgClassName
{
background-color: #CB90D3;
}
</style>
border-color css
<style>
span { border-color: #CB90D3; }
span { border-color: rgb(203,144,211); }
td.TdClassName
{
border-color: #CB90D3;
}
.TagClassName
{
border-color: #CB90D3;
}
</style>