Shades of Lily #CE7BB1
Tints of Lily #CE7BB1
RGB
CMYK
RGB Variations
Color information
#CE7BB1 (or 0xCE7BB1) is known color: Lily. HEX triplet: CE, 7B and B1. RGB value is (206,123,177). Sum of RGB (Red+Green+Blue) = 206+123+177=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7BB1 is #31844E. Grayscale: #999999. Windows color (decimal): -3245135 or 11631566. OLE color: 11631566.
HSL color Cylindrical-coordinate representation of color #CE7BB1: hue angle of 320.96º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7BB1 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 177 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.19 |
| HSL | 320.96º | 0.46% | 0.65% | - |
| HSV(B) | 320.96º | 0.4% | 0.81% | - |
| XYZ | 40.47 | 30.46 | 45.34 | - |
| YUV | 153.97 | 141 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 177 | 0 | 0.40 | 0.14 | 0.19 | 320.96 | 0.46 | 0.65 |
| Hex | CE | 7B | B1 | 0 | 28 | E | 13 | 141 | 2E | 41 |
| Octal | 316 | 173 | 261 | 0 | 50 | 16 | 23 | 501 | 56 | 101 |
| Binary | 11001110 | 1111011 | 10110001 | 0 | 101000 | 1110 | 10011 | 101000001 | 101110 | 1000001 |
Color Harmonies of #CE7BB1
Complementary color
Monochromatic Colors of #CE7BB1
Black with #CE7BB1
Text Example
Text Example
White with #CE7BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BB1; }
p { color: rgb(206,123,177); }
H1.HeaderClassName
{
color: #CE7BB1;
}
.AnyTagClassName
{
color: #CE7BB1;
}
</style>
background-color css
<style>
a { background-color: #CE7BB1; }
a { background-color: rgb(206,123,177); }
div.DivClassName
{
background-color: #CE7BB1;
}
.BgClassName
{
background-color: #CE7BB1;
}
</style>
border-color css
<style>
span { border-color: #CE7BB1; }
span { border-color: rgb(206,123,177); }
td.TdClassName
{
border-color: #CE7BB1;
}
.TagClassName
{
border-color: #CE7BB1;
}
</style>