Shades of Lily #CB83B3
Tints of Lily #CB83B3
RGB
CMYK
RGB Variations
Color information
#CB83B3 (or 0xCB83B3) is known color: Lily. HEX triplet: CB, 83 and B3. RGB value is (203,131,179). Sum of RGB (Red+Green+Blue) = 203+131+179=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83B3 is #347C4C. Grayscale: #9D9D9D. Windows color (decimal): -3439693 or 11764683. OLE color: 11764683.
HSL color Cylindrical-coordinate representation of color #CB83B3: hue angle of 320º 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 #CB83B3 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 179 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.20 |
| HSL | 320º | 0.41% | 0.65% | - |
| HSV(B) | 320º | 0.35% | 0.8% | - |
| XYZ | 40.88 | 32.18 | 46.71 | - |
| YUV | 158 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 179 | 0 | 0.35 | 0.12 | 0.20 | 320 | 0.41 | 0.65 |
| Hex | CB | 83 | B3 | 0 | 23 | C | 14 | 140 | 29 | 41 |
| Octal | 313 | 203 | 263 | 0 | 43 | 14 | 24 | 500 | 51 | 101 |
| Binary | 11001011 | 10000011 | 10110011 | 0 | 100011 | 1100 | 10100 | 101000000 | 101001 | 1000001 |
Color Harmonies of #CB83B3
Complementary color
Monochromatic Colors of #CB83B3
Black with #CB83B3
Text Example
Text Example
White with #CB83B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83B3; }
p { color: rgb(203,131,179); }
H1.HeaderClassName
{
color: #CB83B3;
}
.AnyTagClassName
{
color: #CB83B3;
}
</style>
background-color css
<style>
a { background-color: #CB83B3; }
a { background-color: rgb(203,131,179); }
div.DivClassName
{
background-color: #CB83B3;
}
.BgClassName
{
background-color: #CB83B3;
}
</style>
border-color css
<style>
span { border-color: #CB83B3; }
span { border-color: rgb(203,131,179); }
td.TdClassName
{
border-color: #CB83B3;
}
.TagClassName
{
border-color: #CB83B3;
}
</style>