Shades of Lily #CB7DB5
Tints of Lily #CB7DB5
RGB
CMYK
RGB Variations
Color information
#CB7DB5 (or 0xCB7DB5) is known color: Lily. HEX triplet: CB, 7D and B5. RGB value is (203,125,181). Sum of RGB (Red+Green+Blue) = 203+125+181=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DB5 is #34824A. Grayscale: #9A9A9A. Windows color (decimal): -3441227 or 11894219. OLE color: 11894219.
HSL color Cylindrical-coordinate representation of color #CB7DB5: hue angle of 316.92º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7DB5 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 181 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.20 |
| HSL | 316.92º | 0.43% | 0.64% | - |
| HSV(B) | 316.92º | 0.38% | 0.8% | - |
| XYZ | 40.3 | 30.7 | 47.52 | - |
| YUV | 154.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 181 | 0 | 0.38 | 0.11 | 0.20 | 316.92 | 0.43 | 0.64 |
| Hex | CB | 7D | B5 | 0 | 26 | B | 14 | 13D | 2B | 40 |
| Octal | 313 | 175 | 265 | 0 | 46 | 13 | 24 | 475 | 53 | 100 |
| Binary | 11001011 | 1111101 | 10110101 | 0 | 100110 | 1011 | 10100 | 100111101 | 101011 | 1000000 |
Color Harmonies of #CB7DB5
Complementary color
Monochromatic Colors of #CB7DB5
Black with #CB7DB5
Text Example
Text Example
White with #CB7DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7DB5; }
p { color: rgb(203,125,181); }
H1.HeaderClassName
{
color: #CB7DB5;
}
.AnyTagClassName
{
color: #CB7DB5;
}
</style>
background-color css
<style>
a { background-color: #CB7DB5; }
a { background-color: rgb(203,125,181); }
div.DivClassName
{
background-color: #CB7DB5;
}
.BgClassName
{
background-color: #CB7DB5;
}
</style>
border-color css
<style>
span { border-color: #CB7DB5; }
span { border-color: rgb(203,125,181); }
td.TdClassName
{
border-color: #CB7DB5;
}
.TagClassName
{
border-color: #CB7DB5;
}
</style>