Shades of Lily #CB83BB
Tints of Lily #CB83BB
RGB
CMYK
RGB Variations
Color information
#CB83BB (or 0xCB83BB) is known color: Lily. HEX triplet: CB, 83 and BB. RGB value is (203,131,187). Sum of RGB (Red+Green+Blue) = 203+131+187=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83BB is #347C44. Grayscale: #9E9E9E. Windows color (decimal): -3439685 or 12288971. OLE color: 12288971.
HSL color Cylindrical-coordinate representation of color #CB83BB: hue angle of 313.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB83BB is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 187 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.20 |
| HSL | 313.33º | 0.41% | 0.65% | - |
| HSV(B) | 313.33º | 0.35% | 0.8% | - |
| XYZ | 41.71 | 32.52 | 51.09 | - |
| YUV | 158.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 187 | 0 | 0.35 | 0.08 | 0.20 | 313.33 | 0.41 | 0.65 |
| Hex | CB | 83 | BB | 0 | 23 | 8 | 14 | 139 | 29 | 41 |
| Octal | 313 | 203 | 273 | 0 | 43 | 10 | 24 | 471 | 51 | 101 |
| Binary | 11001011 | 10000011 | 10111011 | 0 | 100011 | 1000 | 10100 | 100111001 | 101001 | 1000001 |
Color Harmonies of #CB83BB
Complementary color
Monochromatic Colors of #CB83BB
Black with #CB83BB
Text Example
Text Example
White with #CB83BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83BB; }
p { color: rgb(203,131,187); }
H1.HeaderClassName
{
color: #CB83BB;
}
.AnyTagClassName
{
color: #CB83BB;
}
</style>
background-color css
<style>
a { background-color: #CB83BB; }
a { background-color: rgb(203,131,187); }
div.DivClassName
{
background-color: #CB83BB;
}
.BgClassName
{
background-color: #CB83BB;
}
</style>
border-color css
<style>
span { border-color: #CB83BB; }
span { border-color: rgb(203,131,187); }
td.TdClassName
{
border-color: #CB83BB;
}
.TagClassName
{
border-color: #CB83BB;
}
</style>