Shades of Lily #CB89BD
Tints of Lily #CB89BD
RGB
CMYK
RGB Variations
Color information
#CB89BD (or 0xCB89BD) is known color: Lily. HEX triplet: CB, 89 and BD. RGB value is (203,137,189). Sum of RGB (Red+Green+Blue) = 203+137+189=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CB89BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89BD is #347642. Grayscale: #A2A2A2. Windows color (decimal): -3438147 or 12421579. OLE color: 12421579.
HSL color Cylindrical-coordinate representation of color #CB89BD: hue angle of 312.73º 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 #CB89BD is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 189 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.20 |
| HSL | 312.73º | 0.39% | 0.67% | - |
| HSV(B) | 312.73º | 0.33% | 0.8% | - |
| XYZ | 42.76 | 34.26 | 52.5 | - |
| YUV | 162.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 189 | 0 | 0.33 | 0.07 | 0.20 | 312.73 | 0.39 | 0.67 |
| Hex | CB | 89 | BD | 0 | 21 | 7 | 14 | 139 | 27 | 43 |
| Octal | 313 | 211 | 275 | 0 | 41 | 7 | 24 | 471 | 47 | 103 |
| Binary | 11001011 | 10001001 | 10111101 | 0 | 100001 | 111 | 10100 | 100111001 | 100111 | 1000011 |
Color Harmonies of #CB89BD
Complementary color
Monochromatic Colors of #CB89BD
Black with #CB89BD
Text Example
Text Example
White with #CB89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89BD; }
p { color: rgb(203,137,189); }
H1.HeaderClassName
{
color: #CB89BD;
}
.AnyTagClassName
{
color: #CB89BD;
}
</style>
background-color css
<style>
a { background-color: #CB89BD; }
a { background-color: rgb(203,137,189); }
div.DivClassName
{
background-color: #CB89BD;
}
.BgClassName
{
background-color: #CB89BD;
}
</style>
border-color css
<style>
span { border-color: #CB89BD; }
span { border-color: rgb(203,137,189); }
td.TdClassName
{
border-color: #CB89BD;
}
.TagClassName
{
border-color: #CB89BD;
}
</style>