Shades of Lily #CB84BB
Tints of Lily #CB84BB
RGB
CMYK
RGB Variations
Color information
#CB84BB (or 0xCB84BB) is known color: Lily. HEX triplet: CB, 84 and BB. RGB value is (203,132,187). Sum of RGB (Red+Green+Blue) = 203+132+187=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84BB is #347B44. Grayscale: #9F9F9F. Windows color (decimal): -3439429 or 12289227. OLE color: 12289227.
HSL color Cylindrical-coordinate representation of color #CB84BB: hue angle of 313.52º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB84BB is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 187 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.20 |
| HSL | 313.52º | 0.41% | 0.66% | - |
| HSV(B) | 313.52º | 0.35% | 0.8% | - |
| XYZ | 41.85 | 32.79 | 51.14 | - |
| YUV | 159.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 187 | 0 | 0.35 | 0.08 | 0.20 | 313.52 | 0.41 | 0.66 |
| Hex | CB | 84 | BB | 0 | 23 | 8 | 14 | 13A | 29 | 42 |
| Octal | 313 | 204 | 273 | 0 | 43 | 10 | 24 | 472 | 51 | 102 |
| Binary | 11001011 | 10000100 | 10111011 | 0 | 100011 | 1000 | 10100 | 100111010 | 101001 | 1000010 |
Color Harmonies of #CB84BB
Complementary color
Monochromatic Colors of #CB84BB
Black with #CB84BB
Text Example
Text Example
White with #CB84BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84BB; }
p { color: rgb(203,132,187); }
H1.HeaderClassName
{
color: #CB84BB;
}
.AnyTagClassName
{
color: #CB84BB;
}
</style>
background-color css
<style>
a { background-color: #CB84BB; }
a { background-color: rgb(203,132,187); }
div.DivClassName
{
background-color: #CB84BB;
}
.BgClassName
{
background-color: #CB84BB;
}
</style>
border-color css
<style>
span { border-color: #CB84BB; }
span { border-color: rgb(203,132,187); }
td.TdClassName
{
border-color: #CB84BB;
}
.TagClassName
{
border-color: #CB84BB;
}
</style>