Shades of Lily #CB8FBC
Tints of Lily #CB8FBC
RGB
CMYK
RGB Variations
Color information
#CB8FBC (or 0xCB8FBC) is known color: Lily. HEX triplet: CB, 8F and BC. RGB value is (203,143,188). Sum of RGB (Red+Green+Blue) = 203+143+188=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FBC is #347043. Grayscale: #A5A5A5. Windows color (decimal): -3436612 or 12357579. OLE color: 12357579.
HSL color Cylindrical-coordinate representation of color #CB8FBC: hue angle of 315º 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 #CB8FBC is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 188 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.20 |
| HSL | 315º | 0.37% | 0.68% | - |
| HSV(B) | 315º | 0.3% | 0.8% | - |
| XYZ | 43.53 | 35.97 | 52.23 | - |
| YUV | 166.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 188 | 0 | 0.30 | 0.07 | 0.20 | 315 | 0.37 | 0.68 |
| Hex | CB | 8F | BC | 0 | 1E | 7 | 14 | 13B | 25 | 44 |
| Octal | 313 | 217 | 274 | 0 | 36 | 7 | 24 | 473 | 45 | 104 |
| Binary | 11001011 | 10001111 | 10111100 | 0 | 11110 | 111 | 10100 | 100111011 | 100101 | 1000100 |
Color Harmonies of #CB8FBC
Complementary color
Monochromatic Colors of #CB8FBC
Black with #CB8FBC
Text Example
Text Example
White with #CB8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FBC; }
p { color: rgb(203,143,188); }
H1.HeaderClassName
{
color: #CB8FBC;
}
.AnyTagClassName
{
color: #CB8FBC;
}
</style>
background-color css
<style>
a { background-color: #CB8FBC; }
a { background-color: rgb(203,143,188); }
div.DivClassName
{
background-color: #CB8FBC;
}
.BgClassName
{
background-color: #CB8FBC;
}
</style>
border-color css
<style>
span { border-color: #CB8FBC; }
span { border-color: rgb(203,143,188); }
td.TdClassName
{
border-color: #CB8FBC;
}
.TagClassName
{
border-color: #CB8FBC;
}
</style>