Shades of Lily #CF8BBA
Tints of Lily #CF8BBA
RGB
CMYK
RGB Variations
Color information
#CF8BBA (or 0xCF8BBA) is known color: Lily. HEX triplet: CF, 8B and BA. RGB value is (207,139,186). Sum of RGB (Red+Green+Blue) = 207+139+186=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BBA is #307445. Grayscale: #A4A4A4. Windows color (decimal): -3175494 or 12225487. OLE color: 12225487.
HSL color Cylindrical-coordinate representation of color #CF8BBA: hue angle of 318.53º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8BBA is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 186 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.19 |
| HSL | 318.53º | 0.41% | 0.68% | - |
| HSV(B) | 318.53º | 0.33% | 0.81% | - |
| XYZ | 43.83 | 35.28 | 50.95 | - |
| YUV | 164.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 186 | 0 | 0.33 | 0.10 | 0.19 | 318.53 | 0.41 | 0.68 |
| Hex | CF | 8B | BA | 0 | 21 | A | 13 | 13F | 29 | 44 |
| Octal | 317 | 213 | 272 | 0 | 41 | 12 | 23 | 477 | 51 | 104 |
| Binary | 11001111 | 10001011 | 10111010 | 0 | 100001 | 1010 | 10011 | 100111111 | 101001 | 1000100 |
Color Harmonies of #CF8BBA
Complementary color
Monochromatic Colors of #CF8BBA
Black with #CF8BBA
Text Example
Text Example
White with #CF8BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BBA; }
p { color: rgb(207,139,186); }
H1.HeaderClassName
{
color: #CF8BBA;
}
.AnyTagClassName
{
color: #CF8BBA;
}
</style>
background-color css
<style>
a { background-color: #CF8BBA; }
a { background-color: rgb(207,139,186); }
div.DivClassName
{
background-color: #CF8BBA;
}
.BgClassName
{
background-color: #CF8BBA;
}
</style>
border-color css
<style>
span { border-color: #CF8BBA; }
span { border-color: rgb(207,139,186); }
td.TdClassName
{
border-color: #CF8BBA;
}
.TagClassName
{
border-color: #CF8BBA;
}
</style>