Shades of Lily #CB83BA
Tints of Lily #CB83BA
RGB
CMYK
RGB Variations
Color information
#CB83BA (or 0xCB83BA) is known color: Lily. HEX triplet: CB, 83 and BA. RGB value is (203,131,186). Sum of RGB (Red+Green+Blue) = 203+131+186=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83BA is #347C45. Grayscale: #9E9E9E. Windows color (decimal): -3439686 or 12223435. OLE color: 12223435.
HSL color Cylindrical-coordinate representation of color #CB83BA: hue angle of 314.17º 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 #CB83BA is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 186 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.20 |
| HSL | 314.17º | 0.41% | 0.65% | - |
| HSV(B) | 314.17º | 0.35% | 0.8% | - |
| XYZ | 41.61 | 32.47 | 50.53 | - |
| YUV | 158.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 186 | 0 | 0.35 | 0.08 | 0.20 | 314.17 | 0.41 | 0.65 |
| Hex | CB | 83 | BA | 0 | 23 | 8 | 14 | 13A | 29 | 41 |
| Octal | 313 | 203 | 272 | 0 | 43 | 10 | 24 | 472 | 51 | 101 |
| Binary | 11001011 | 10000011 | 10111010 | 0 | 100011 | 1000 | 10100 | 100111010 | 101001 | 1000001 |
Color Harmonies of #CB83BA
Complementary color
Monochromatic Colors of #CB83BA
Black with #CB83BA
Text Example
Text Example
White with #CB83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83BA; }
p { color: rgb(203,131,186); }
H1.HeaderClassName
{
color: #CB83BA;
}
.AnyTagClassName
{
color: #CB83BA;
}
</style>
background-color css
<style>
a { background-color: #CB83BA; }
a { background-color: rgb(203,131,186); }
div.DivClassName
{
background-color: #CB83BA;
}
.BgClassName
{
background-color: #CB83BA;
}
</style>
border-color css
<style>
span { border-color: #CB83BA; }
span { border-color: rgb(203,131,186); }
td.TdClassName
{
border-color: #CB83BA;
}
.TagClassName
{
border-color: #CB83BA;
}
</style>