Shades of Lilac #CB89BE
Tints of Lilac #CB89BE
RGB
CMYK
RGB Variations
Color information
#CB89BE (or 0xCB89BE) is known color: Lilac. HEX triplet: CB, 89 and BE. RGB value is (203,137,190). Sum of RGB (Red+Green+Blue) = 203+137+190=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB89BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89BE is #347641. Grayscale: #A2A2A2. Windows color (decimal): -3438146 or 12487115. OLE color: 12487115.
HSL color Cylindrical-coordinate representation of color #CB89BE: hue angle of 311.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB89BE is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 190 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.20 |
| HSL | 311.82º | 0.39% | 0.67% | - |
| HSV(B) | 311.82º | 0.33% | 0.8% | - |
| XYZ | 42.87 | 34.31 | 53.08 | - |
| YUV | 162.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 190 | 0 | 0.33 | 0.06 | 0.20 | 311.82 | 0.39 | 0.67 |
| Hex | CB | 89 | BE | 0 | 21 | 6 | 14 | 138 | 27 | 43 |
| Octal | 313 | 211 | 276 | 0 | 41 | 6 | 24 | 470 | 47 | 103 |
| Binary | 11001011 | 10001001 | 10111110 | 0 | 100001 | 110 | 10100 | 100111000 | 100111 | 1000011 |
Color Harmonies of #CB89BE
Complementary color
Monochromatic Colors of #CB89BE
Black with #CB89BE
Text Example
Text Example
White with #CB89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89BE; }
p { color: rgb(203,137,190); }
H1.HeaderClassName
{
color: #CB89BE;
}
.AnyTagClassName
{
color: #CB89BE;
}
</style>
background-color css
<style>
a { background-color: #CB89BE; }
a { background-color: rgb(203,137,190); }
div.DivClassName
{
background-color: #CB89BE;
}
.BgClassName
{
background-color: #CB89BE;
}
</style>
border-color css
<style>
span { border-color: #CB89BE; }
span { border-color: rgb(203,137,190); }
td.TdClassName
{
border-color: #CB89BE;
}
.TagClassName
{
border-color: #CB89BE;
}
</style>