Shades of Lily #CB82B1
Tints of Lily #CB82B1
RGB
CMYK
RGB Variations
Color information
#CB82B1 (or 0xCB82B1) is known color: Lily. HEX triplet: CB, 82 and B1. RGB value is (203,130,177). Sum of RGB (Red+Green+Blue) = 203+130+177=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB82B1 is #347D4E. Grayscale: #9D9D9D. Windows color (decimal): -3439951 or 11633355. OLE color: 11633355.
HSL color Cylindrical-coordinate representation of color #CB82B1: hue angle of 321.37º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB82B1 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 177 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.20 |
| HSL | 321.37º | 0.41% | 0.65% | - |
| HSV(B) | 321.37º | 0.36% | 0.8% | - |
| XYZ | 40.55 | 31.84 | 45.6 | - |
| YUV | 157.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 177 | 0 | 0.36 | 0.13 | 0.20 | 321.37 | 0.41 | 0.65 |
| Hex | CB | 82 | B1 | 0 | 24 | D | 14 | 141 | 29 | 41 |
| Octal | 313 | 202 | 261 | 0 | 44 | 15 | 24 | 501 | 51 | 101 |
| Binary | 11001011 | 10000010 | 10110001 | 0 | 100100 | 1101 | 10100 | 101000001 | 101001 | 1000001 |
Color Harmonies of #CB82B1
Complementary color
Monochromatic Colors of #CB82B1
Black with #CB82B1
Text Example
Text Example
White with #CB82B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB82B1; }
p { color: rgb(203,130,177); }
H1.HeaderClassName
{
color: #CB82B1;
}
.AnyTagClassName
{
color: #CB82B1;
}
</style>
background-color css
<style>
a { background-color: #CB82B1; }
a { background-color: rgb(203,130,177); }
div.DivClassName
{
background-color: #CB82B1;
}
.BgClassName
{
background-color: #CB82B1;
}
</style>
border-color css
<style>
span { border-color: #CB82B1; }
span { border-color: rgb(203,130,177); }
td.TdClassName
{
border-color: #CB82B1;
}
.TagClassName
{
border-color: #CB82B1;
}
</style>