Shades of Lily #CB7CB5
Tints of Lily #CB7CB5
RGB
CMYK
RGB Variations
Color information
#CB7CB5 (or 0xCB7CB5) is known color: Lily. HEX triplet: CB, 7C and B5. RGB value is (203,124,181). Sum of RGB (Red+Green+Blue) = 203+124+181=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CB5 is #34834A. Grayscale: #999999. Windows color (decimal): -3441483 or 11893963. OLE color: 11893963.
HSL color Cylindrical-coordinate representation of color #CB7CB5: hue angle of 316.71º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7CB5 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 181 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.20 |
| HSL | 316.71º | 0.43% | 0.64% | - |
| HSV(B) | 316.71º | 0.39% | 0.8% | - |
| XYZ | 40.18 | 30.45 | 47.48 | - |
| YUV | 154.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 181 | 0 | 0.39 | 0.11 | 0.20 | 316.71 | 0.43 | 0.64 |
| Hex | CB | 7C | B5 | 0 | 27 | B | 14 | 13D | 2B | 40 |
| Octal | 313 | 174 | 265 | 0 | 47 | 13 | 24 | 475 | 53 | 100 |
| Binary | 11001011 | 1111100 | 10110101 | 0 | 100111 | 1011 | 10100 | 100111101 | 101011 | 1000000 |
Color Harmonies of #CB7CB5
Complementary color
Monochromatic Colors of #CB7CB5
Black with #CB7CB5
Text Example
Text Example
White with #CB7CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CB5; }
p { color: rgb(203,124,181); }
H1.HeaderClassName
{
color: #CB7CB5;
}
.AnyTagClassName
{
color: #CB7CB5;
}
</style>
background-color css
<style>
a { background-color: #CB7CB5; }
a { background-color: rgb(203,124,181); }
div.DivClassName
{
background-color: #CB7CB5;
}
.BgClassName
{
background-color: #CB7CB5;
}
</style>
border-color css
<style>
span { border-color: #CB7CB5; }
span { border-color: rgb(203,124,181); }
td.TdClassName
{
border-color: #CB7CB5;
}
.TagClassName
{
border-color: #CB7CB5;
}
</style>