Shades of Lilac #CB90CE
Tints of Lilac #CB90CE
RGB
CMYK
RGB Variations
Color information
#CB90CE (or 0xCB90CE) is known color: Lilac. HEX triplet: CB, 90 and CE. RGB value is (203,144,206). Sum of RGB (Red+Green+Blue) = 203+144+206=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90CE is #346F31. Grayscale: #A8A8A8. Windows color (decimal): -3436338 or 13537483. OLE color: 13537483.
HSL color Cylindrical-coordinate representation of color #CB90CE: hue angle of 297.1º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB90CE is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 144 | 206 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.19 |
| HSL | 297.1º | 0.39% | 0.69% | - |
| HSV(B) | 297.1º | 0.3% | 0.81% | - |
| XYZ | 45.74 | 37.1 | 63.14 | - |
| YUV | 168.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 206 | 0.01 | 0.30 | 0 | 0.19 | 297.1 | 0.39 | 0.69 |
| Hex | CB | 90 | CE | 1 | 1E | 0 | 13 | 129 | 27 | 45 |
| Octal | 313 | 220 | 316 | 1 | 36 | 0 | 23 | 451 | 47 | 105 |
| Binary | 11001011 | 10010000 | 11001110 | 1 | 11110 | 0 | 10011 | 100101001 | 100111 | 1000101 |
Color Harmonies of #CB90CE
Complementary color
Monochromatic Colors of #CB90CE
Black with #CB90CE
Text Example
Text Example
White with #CB90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90CE; }
p { color: rgb(203,144,206); }
H1.HeaderClassName
{
color: #CB90CE;
}
.AnyTagClassName
{
color: #CB90CE;
}
</style>
background-color css
<style>
a { background-color: #CB90CE; }
a { background-color: rgb(203,144,206); }
div.DivClassName
{
background-color: #CB90CE;
}
.BgClassName
{
background-color: #CB90CE;
}
</style>
border-color css
<style>
span { border-color: #CB90CE; }
span { border-color: rgb(203,144,206); }
td.TdClassName
{
border-color: #CB90CE;
}
.TagClassName
{
border-color: #CB90CE;
}
</style>