Shades of Lily #CE87BD
Tints of Lily #CE87BD
RGB
CMYK
RGB Variations
Color information
#CE87BD (or 0xCE87BD) is known color: Lily. HEX triplet: CE, 87 and BD. RGB value is (206,135,189). Sum of RGB (Red+Green+Blue) = 206+135+189=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE87BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE87BD is #317842. Grayscale: #A2A2A2. Windows color (decimal): -3242051 or 12421070. OLE color: 12421070.
HSL color Cylindrical-coordinate representation of color #CE87BD: hue angle of 314.37º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE87BD is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 189 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.19 |
| HSL | 314.37º | 0.42% | 0.67% | - |
| HSV(B) | 314.37º | 0.34% | 0.81% | - |
| XYZ | 43.3 | 34.12 | 52.45 | - |
| YUV | 162.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 189 | 0 | 0.34 | 0.08 | 0.19 | 314.37 | 0.42 | 0.67 |
| Hex | CE | 87 | BD | 0 | 22 | 8 | 13 | 13A | 2A | 43 |
| Octal | 316 | 207 | 275 | 0 | 42 | 10 | 23 | 472 | 52 | 103 |
| Binary | 11001110 | 10000111 | 10111101 | 0 | 100010 | 1000 | 10011 | 100111010 | 101010 | 1000011 |
Color Harmonies of #CE87BD
Complementary color
Monochromatic Colors of #CE87BD
Black with #CE87BD
Text Example
Text Example
White with #CE87BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE87BD; }
p { color: rgb(206,135,189); }
H1.HeaderClassName
{
color: #CE87BD;
}
.AnyTagClassName
{
color: #CE87BD;
}
</style>
background-color css
<style>
a { background-color: #CE87BD; }
a { background-color: rgb(206,135,189); }
div.DivClassName
{
background-color: #CE87BD;
}
.BgClassName
{
background-color: #CE87BD;
}
</style>
border-color css
<style>
span { border-color: #CE87BD; }
span { border-color: rgb(206,135,189); }
td.TdClassName
{
border-color: #CE87BD;
}
.TagClassName
{
border-color: #CE87BD;
}
</style>