Shades of Lily #CB7AB1
Tints of Lily #CB7AB1
RGB
CMYK
RGB Variations
Color information
#CB7AB1 (or 0xCB7AB1) is known color: Lily. HEX triplet: CB, 7A and B1. RGB value is (203,122,177). Sum of RGB (Red+Green+Blue) = 203+122+177=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7AB1 is #34854E. Grayscale: #989898. Windows color (decimal): -3441999 or 11631307. OLE color: 11631307.
HSL color Cylindrical-coordinate representation of color #CB7AB1: hue angle of 319.26º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7AB1 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 177 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.20 |
| HSL | 319.26º | 0.44% | 0.64% | - |
| HSV(B) | 319.26º | 0.4% | 0.8% | - |
| XYZ | 39.52 | 29.79 | 45.26 | - |
| YUV | 152.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 177 | 0 | 0.40 | 0.13 | 0.20 | 319.26 | 0.44 | 0.64 |
| Hex | CB | 7A | B1 | 0 | 28 | D | 14 | 13F | 2C | 40 |
| Octal | 313 | 172 | 261 | 0 | 50 | 15 | 24 | 477 | 54 | 100 |
| Binary | 11001011 | 1111010 | 10110001 | 0 | 101000 | 1101 | 10100 | 100111111 | 101100 | 1000000 |
Color Harmonies of #CB7AB1
Complementary color
Monochromatic Colors of #CB7AB1
Black with #CB7AB1
Text Example
Text Example
White with #CB7AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7AB1; }
p { color: rgb(203,122,177); }
H1.HeaderClassName
{
color: #CB7AB1;
}
.AnyTagClassName
{
color: #CB7AB1;
}
</style>
background-color css
<style>
a { background-color: #CB7AB1; }
a { background-color: rgb(203,122,177); }
div.DivClassName
{
background-color: #CB7AB1;
}
.BgClassName
{
background-color: #CB7AB1;
}
</style>
border-color css
<style>
span { border-color: #CB7AB1; }
span { border-color: rgb(203,122,177); }
td.TdClassName
{
border-color: #CB7AB1;
}
.TagClassName
{
border-color: #CB7AB1;
}
</style>