Shades of Lilac #CB90D1
Tints of Lilac #CB90D1
RGB
CMYK
RGB Variations
Color information
#CB90D1 (or 0xCB90D1) is known color: Lilac. HEX triplet: CB, 90 and D1. RGB value is (203,144,209). Sum of RGB (Red+Green+Blue) = 203+144+209=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB90D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90D1 is #346F2E. Grayscale: #A8A8A8. Windows color (decimal): -3436335 or 13734091. OLE color: 13734091.
HSL color Cylindrical-coordinate representation of color #CB90D1: hue angle of 294.46º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB90D1 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 144 | 209 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.18 |
| HSL | 294.46º | 0.41% | 0.69% | - |
| HSV(B) | 294.46º | 0.31% | 0.82% | - |
| XYZ | 46.11 | 37.25 | 65.08 | - |
| YUV | 169.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 209 | 0.03 | 0.31 | 0 | 0.18 | 294.46 | 0.41 | 0.69 |
| Hex | CB | 90 | D1 | 3 | 1F | 0 | 12 | 126 | 29 | 45 |
| Octal | 313 | 220 | 321 | 3 | 37 | 0 | 22 | 446 | 51 | 105 |
| Binary | 11001011 | 10010000 | 11010001 | 11 | 11111 | 0 | 10010 | 100100110 | 101001 | 1000101 |
Color Harmonies of #CB90D1
Complementary color
Monochromatic Colors of #CB90D1
Black with #CB90D1
Text Example
Text Example
White with #CB90D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90D1; }
p { color: rgb(203,144,209); }
H1.HeaderClassName
{
color: #CB90D1;
}
.AnyTagClassName
{
color: #CB90D1;
}
</style>
background-color css
<style>
a { background-color: #CB90D1; }
a { background-color: rgb(203,144,209); }
div.DivClassName
{
background-color: #CB90D1;
}
.BgClassName
{
background-color: #CB90D1;
}
</style>
border-color css
<style>
span { border-color: #CB90D1; }
span { border-color: rgb(203,144,209); }
td.TdClassName
{
border-color: #CB90D1;
}
.TagClassName
{
border-color: #CB90D1;
}
</style>