Shades of Lily #CE7AB5
Tints of Lily #CE7AB5
RGB
CMYK
RGB Variations
Color information
#CE7AB5 (or 0xCE7AB5) is known color: Lily. HEX triplet: CE, 7A and B5. RGB value is (206,122,181). Sum of RGB (Red+Green+Blue) = 206+122+181=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AB5 is #31854A. Grayscale: #999999. Windows color (decimal): -3245387 or 11893454. OLE color: 11893454.
HSL color Cylindrical-coordinate representation of color #CE7AB5: hue angle of 317.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7AB5 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 181 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.19 |
| HSL | 317.86º | 0.46% | 0.64% | - |
| HSV(B) | 317.86º | 0.41% | 0.81% | - |
| XYZ | 40.75 | 30.38 | 47.43 | - |
| YUV | 153.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 181 | 0 | 0.41 | 0.12 | 0.19 | 317.86 | 0.46 | 0.64 |
| Hex | CE | 7A | B5 | 0 | 29 | C | 13 | 13E | 2E | 40 |
| Octal | 316 | 172 | 265 | 0 | 51 | 14 | 23 | 476 | 56 | 100 |
| Binary | 11001110 | 1111010 | 10110101 | 0 | 101001 | 1100 | 10011 | 100111110 | 101110 | 1000000 |
Color Harmonies of #CE7AB5
Complementary color
Monochromatic Colors of #CE7AB5
Black with #CE7AB5
Text Example
Text Example
White with #CE7AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AB5; }
p { color: rgb(206,122,181); }
H1.HeaderClassName
{
color: #CE7AB5;
}
.AnyTagClassName
{
color: #CE7AB5;
}
</style>
background-color css
<style>
a { background-color: #CE7AB5; }
a { background-color: rgb(206,122,181); }
div.DivClassName
{
background-color: #CE7AB5;
}
.BgClassName
{
background-color: #CE7AB5;
}
</style>
border-color css
<style>
span { border-color: #CE7AB5; }
span { border-color: rgb(206,122,181); }
td.TdClassName
{
border-color: #CE7AB5;
}
.TagClassName
{
border-color: #CE7AB5;
}
</style>