Shades of Lily #CB7AB2
Tints of Lily #CB7AB2
RGB
CMYK
RGB Variations
Color information
#CB7AB2 (or 0xCB7AB2) is known color: Lily. HEX triplet: CB, 7A and B2. RGB value is (203,122,178). Sum of RGB (Red+Green+Blue) = 203+122+178=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7AB2 is #34854D. Grayscale: #989898. Windows color (decimal): -3441998 or 11696843. OLE color: 11696843.
HSL color Cylindrical-coordinate representation of color #CB7AB2: hue angle of 318.52º 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 #CB7AB2 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 178 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.20 |
| HSL | 318.52º | 0.44% | 0.64% | - |
| HSV(B) | 318.52º | 0.4% | 0.8% | - |
| XYZ | 39.62 | 29.83 | 45.79 | - |
| YUV | 152.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 178 | 0 | 0.40 | 0.12 | 0.20 | 318.52 | 0.44 | 0.64 |
| Hex | CB | 7A | B2 | 0 | 28 | C | 14 | 13F | 2C | 40 |
| Octal | 313 | 172 | 262 | 0 | 50 | 14 | 24 | 477 | 54 | 100 |
| Binary | 11001011 | 1111010 | 10110010 | 0 | 101000 | 1100 | 10100 | 100111111 | 101100 | 1000000 |
Color Harmonies of #CB7AB2
Complementary color
Monochromatic Colors of #CB7AB2
Black with #CB7AB2
Text Example
Text Example
White with #CB7AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7AB2; }
p { color: rgb(203,122,178); }
H1.HeaderClassName
{
color: #CB7AB2;
}
.AnyTagClassName
{
color: #CB7AB2;
}
</style>
background-color css
<style>
a { background-color: #CB7AB2; }
a { background-color: rgb(203,122,178); }
div.DivClassName
{
background-color: #CB7AB2;
}
.BgClassName
{
background-color: #CB7AB2;
}
</style>
border-color css
<style>
span { border-color: #CB7AB2; }
span { border-color: rgb(203,122,178); }
td.TdClassName
{
border-color: #CB7AB2;
}
.TagClassName
{
border-color: #CB7AB2;
}
</style>