Shades of Lily #CF8DB7
Tints of Lily #CF8DB7
RGB
CMYK
RGB Variations
Color information
#CF8DB7 (or 0xCF8DB7) is known color: Lily. HEX triplet: CF, 8D and B7. RGB value is (207,141,183). Sum of RGB (Red+Green+Blue) = 207+141+183=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DB7 is #307248. Grayscale: #A5A5A5. Windows color (decimal): -3174985 or 12029391. OLE color: 12029391.
HSL color Cylindrical-coordinate representation of color #CF8DB7: hue angle of 321.82º 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 #CF8DB7 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 183 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.19 |
| HSL | 321.82º | 0.41% | 0.68% | - |
| HSV(B) | 321.82º | 0.32% | 0.81% | - |
| XYZ | 43.8 | 35.73 | 49.39 | - |
| YUV | 165.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 183 | 0 | 0.32 | 0.12 | 0.19 | 321.82 | 0.41 | 0.68 |
| Hex | CF | 8D | B7 | 0 | 20 | C | 13 | 142 | 29 | 44 |
| Octal | 317 | 215 | 267 | 0 | 40 | 14 | 23 | 502 | 51 | 104 |
| Binary | 11001111 | 10001101 | 10110111 | 0 | 100000 | 1100 | 10011 | 101000010 | 101001 | 1000100 |
Color Harmonies of #CF8DB7
Complementary color
Monochromatic Colors of #CF8DB7
Black with #CF8DB7
Text Example
Text Example
White with #CF8DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DB7; }
p { color: rgb(207,141,183); }
H1.HeaderClassName
{
color: #CF8DB7;
}
.AnyTagClassName
{
color: #CF8DB7;
}
</style>
background-color css
<style>
a { background-color: #CF8DB7; }
a { background-color: rgb(207,141,183); }
div.DivClassName
{
background-color: #CF8DB7;
}
.BgClassName
{
background-color: #CF8DB7;
}
</style>
border-color css
<style>
span { border-color: #CF8DB7; }
span { border-color: rgb(207,141,183); }
td.TdClassName
{
border-color: #CF8DB7;
}
.TagClassName
{
border-color: #CF8DB7;
}
</style>