Shades of Lily #CB7BB2
Tints of Lily #CB7BB2
RGB
CMYK
RGB Variations
Color information
#CB7BB2 (or 0xCB7BB2) is known color: Lily. HEX triplet: CB, 7B and B2. RGB value is (203,123,178). Sum of RGB (Red+Green+Blue) = 203+123+178=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7BB2 is #34844D. Grayscale: #999999. Windows color (decimal): -3441742 or 11697099. OLE color: 11697099.
HSL color Cylindrical-coordinate representation of color #CB7BB2: hue angle of 318.75º 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 #CB7BB2 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 178 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.20 |
| HSL | 318.75º | 0.43% | 0.64% | - |
| HSV(B) | 318.75º | 0.39% | 0.8% | - |
| XYZ | 39.75 | 30.08 | 45.83 | - |
| YUV | 153.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 178 | 0 | 0.39 | 0.12 | 0.20 | 318.75 | 0.43 | 0.64 |
| Hex | CB | 7B | B2 | 0 | 27 | C | 14 | 13F | 2B | 40 |
| Octal | 313 | 173 | 262 | 0 | 47 | 14 | 24 | 477 | 53 | 100 |
| Binary | 11001011 | 1111011 | 10110010 | 0 | 100111 | 1100 | 10100 | 100111111 | 101011 | 1000000 |
Color Harmonies of #CB7BB2
Complementary color
Monochromatic Colors of #CB7BB2
Black with #CB7BB2
Text Example
Text Example
White with #CB7BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BB2; }
p { color: rgb(203,123,178); }
H1.HeaderClassName
{
color: #CB7BB2;
}
.AnyTagClassName
{
color: #CB7BB2;
}
</style>
background-color css
<style>
a { background-color: #CB7BB2; }
a { background-color: rgb(203,123,178); }
div.DivClassName
{
background-color: #CB7BB2;
}
.BgClassName
{
background-color: #CB7BB2;
}
</style>
border-color css
<style>
span { border-color: #CB7BB2; }
span { border-color: rgb(203,123,178); }
td.TdClassName
{
border-color: #CB7BB2;
}
.TagClassName
{
border-color: #CB7BB2;
}
</style>