Shades of Lily #CF8CBC
Tints of Lily #CF8CBC
RGB
CMYK
RGB Variations
Color information
#CF8CBC (or 0xCF8CBC) is known color: Lily. HEX triplet: CF, 8C and BC. RGB value is (207,140,188). Sum of RGB (Red+Green+Blue) = 207+140+188=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CBC is #307343. Grayscale: #A5A5A5. Windows color (decimal): -3175236 or 12356815. OLE color: 12356815.
HSL color Cylindrical-coordinate representation of color #CF8CBC: hue angle of 317.01º 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 #CF8CBC is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 188 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.19 |
| HSL | 317.01º | 0.41% | 0.68% | - |
| HSV(B) | 317.01º | 0.32% | 0.81% | - |
| XYZ | 44.19 | 35.65 | 52.13 | - |
| YUV | 165.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 188 | 0 | 0.32 | 0.09 | 0.19 | 317.01 | 0.41 | 0.68 |
| Hex | CF | 8C | BC | 0 | 20 | 9 | 13 | 13D | 29 | 44 |
| Octal | 317 | 214 | 274 | 0 | 40 | 11 | 23 | 475 | 51 | 104 |
| Binary | 11001111 | 10001100 | 10111100 | 0 | 100000 | 1001 | 10011 | 100111101 | 101001 | 1000100 |
Color Harmonies of #CF8CBC
Complementary color
Monochromatic Colors of #CF8CBC
Black with #CF8CBC
Text Example
Text Example
White with #CF8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8CBC; }
p { color: rgb(207,140,188); }
H1.HeaderClassName
{
color: #CF8CBC;
}
.AnyTagClassName
{
color: #CF8CBC;
}
</style>
background-color css
<style>
a { background-color: #CF8CBC; }
a { background-color: rgb(207,140,188); }
div.DivClassName
{
background-color: #CF8CBC;
}
.BgClassName
{
background-color: #CF8CBC;
}
</style>
border-color css
<style>
span { border-color: #CF8CBC; }
span { border-color: rgb(207,140,188); }
td.TdClassName
{
border-color: #CF8CBC;
}
.TagClassName
{
border-color: #CF8CBC;
}
</style>