Shades of Lily #CF8CBD
Tints of Lily #CF8CBD
RGB
CMYK
RGB Variations
Color information
#CF8CBD (or 0xCF8CBD) is known color: Lily. HEX triplet: CF, 8C and BD. RGB value is (207,140,189). Sum of RGB (Red+Green+Blue) = 207+140+189=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CBD is #307342. Grayscale: #A5A5A5. Windows color (decimal): -3175235 or 12422351. OLE color: 12422351.
HSL color Cylindrical-coordinate representation of color #CF8CBD: hue angle of 316.12º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8CBD is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 189 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.19 |
| HSL | 316.12º | 0.41% | 0.68% | - |
| HSV(B) | 316.12º | 0.32% | 0.81% | - |
| XYZ | 44.3 | 35.7 | 52.7 | - |
| YUV | 165.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 189 | 0 | 0.32 | 0.09 | 0.19 | 316.12 | 0.41 | 0.68 |
| Hex | CF | 8C | BD | 0 | 20 | 9 | 13 | 13C | 29 | 44 |
| Octal | 317 | 214 | 275 | 0 | 40 | 11 | 23 | 474 | 51 | 104 |
| Binary | 11001111 | 10001100 | 10111101 | 0 | 100000 | 1001 | 10011 | 100111100 | 101001 | 1000100 |
Color Harmonies of #CF8CBD
Complementary color
Monochromatic Colors of #CF8CBD
Black with #CF8CBD
Text Example
Text Example
White with #CF8CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8CBD; }
p { color: rgb(207,140,189); }
H1.HeaderClassName
{
color: #CF8CBD;
}
.AnyTagClassName
{
color: #CF8CBD;
}
</style>
background-color css
<style>
a { background-color: #CF8CBD; }
a { background-color: rgb(207,140,189); }
div.DivClassName
{
background-color: #CF8CBD;
}
.BgClassName
{
background-color: #CF8CBD;
}
</style>
border-color css
<style>
span { border-color: #CF8CBD; }
span { border-color: rgb(207,140,189); }
td.TdClassName
{
border-color: #CF8CBD;
}
.TagClassName
{
border-color: #CF8CBD;
}
</style>