Shades of Lily #CB7BB5
Tints of Lily #CB7BB5
RGB
CMYK
RGB Variations
Color information
#CB7BB5 (or 0xCB7BB5) is known color: Lily. HEX triplet: CB, 7B and B5. RGB value is (203,123,181). Sum of RGB (Red+Green+Blue) = 203+123+181=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BB5 is #34844A. Grayscale: #999999. Windows color (decimal): -3441739 or 11893707. OLE color: 11893707.
HSL color Cylindrical-coordinate representation of color #CB7BB5: hue angle of 316.5º 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 #CB7BB5 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 181 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.20 |
| HSL | 316.5º | 0.43% | 0.64% | - |
| HSV(B) | 316.5º | 0.39% | 0.8% | - |
| XYZ | 40.05 | 30.2 | 47.43 | - |
| YUV | 153.53 | 143.5 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 181 | 0 | 0.39 | 0.11 | 0.20 | 316.5 | 0.43 | 0.64 |
| Hex | CB | 7B | B5 | 0 | 27 | B | 14 | 13C | 2B | 40 |
| Octal | 313 | 173 | 265 | 0 | 47 | 13 | 24 | 474 | 53 | 100 |
| Binary | 11001011 | 1111011 | 10110101 | 0 | 100111 | 1011 | 10100 | 100111100 | 101011 | 1000000 |
Color Harmonies of #CB7BB5
Complementary color
Monochromatic Colors of #CB7BB5
Black with #CB7BB5
Text Example
Text Example
White with #CB7BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BB5; }
p { color: rgb(203,123,181); }
H1.HeaderClassName
{
color: #CB7BB5;
}
.AnyTagClassName
{
color: #CB7BB5;
}
</style>
background-color css
<style>
a { background-color: #CB7BB5; }
a { background-color: rgb(203,123,181); }
div.DivClassName
{
background-color: #CB7BB5;
}
.BgClassName
{
background-color: #CB7BB5;
}
</style>
border-color css
<style>
span { border-color: #CB7BB5; }
span { border-color: rgb(203,123,181); }
td.TdClassName
{
border-color: #CB7BB5;
}
.TagClassName
{
border-color: #CB7BB5;
}
</style>