Shades of Lily #CB8FBA
Tints of Lily #CB8FBA
RGB
CMYK
RGB Variations
Color information
#CB8FBA (or 0xCB8FBA) is known color: Lily. HEX triplet: CB, 8F and BA. RGB value is (203,143,186). Sum of RGB (Red+Green+Blue) = 203+143+186=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FBA is #347045. Grayscale: #A5A5A5. Windows color (decimal): -3436614 or 12226507. OLE color: 12226507.
HSL color Cylindrical-coordinate representation of color #CB8FBA: hue angle of 317º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8FBA is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 186 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.20 |
| HSL | 317º | 0.37% | 0.68% | - |
| HSV(B) | 317º | 0.3% | 0.8% | - |
| XYZ | 43.31 | 35.89 | 51.1 | - |
| YUV | 165.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 186 | 0 | 0.30 | 0.08 | 0.20 | 317 | 0.37 | 0.68 |
| Hex | CB | 8F | BA | 0 | 1E | 8 | 14 | 13D | 25 | 44 |
| Octal | 313 | 217 | 272 | 0 | 36 | 10 | 24 | 475 | 45 | 104 |
| Binary | 11001011 | 10001111 | 10111010 | 0 | 11110 | 1000 | 10100 | 100111101 | 100101 | 1000100 |
Color Harmonies of #CB8FBA
Complementary color
Monochromatic Colors of #CB8FBA
Black with #CB8FBA
Text Example
Text Example
White with #CB8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FBA; }
p { color: rgb(203,143,186); }
H1.HeaderClassName
{
color: #CB8FBA;
}
.AnyTagClassName
{
color: #CB8FBA;
}
</style>
background-color css
<style>
a { background-color: #CB8FBA; }
a { background-color: rgb(203,143,186); }
div.DivClassName
{
background-color: #CB8FBA;
}
.BgClassName
{
background-color: #CB8FBA;
}
</style>
border-color css
<style>
span { border-color: #CB8FBA; }
span { border-color: rgb(203,143,186); }
td.TdClassName
{
border-color: #CB8FBA;
}
.TagClassName
{
border-color: #CB8FBA;
}
</style>