Shades of Lily #CF8BBC
Tints of Lily #CF8BBC
RGB
CMYK
RGB Variations
Color information
#CF8BBC (or 0xCF8BBC) is known color: Lily. HEX triplet: CF, 8B and BC. RGB value is (207,139,188). Sum of RGB (Red+Green+Blue) = 207+139+188=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BBC is #307443. Grayscale: #A4A4A4. Windows color (decimal): -3175492 or 12356559. OLE color: 12356559.
HSL color Cylindrical-coordinate representation of color #CF8BBC: hue angle of 316.76º 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 #CF8BBC is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 188 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.19 |
| HSL | 316.76º | 0.41% | 0.68% | - |
| HSV(B) | 316.76º | 0.33% | 0.81% | - |
| XYZ | 44.04 | 35.36 | 52.08 | - |
| YUV | 164.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 188 | 0 | 0.33 | 0.09 | 0.19 | 316.76 | 0.41 | 0.68 |
| Hex | CF | 8B | BC | 0 | 21 | 9 | 13 | 13D | 29 | 44 |
| Octal | 317 | 213 | 274 | 0 | 41 | 11 | 23 | 475 | 51 | 104 |
| Binary | 11001111 | 10001011 | 10111100 | 0 | 100001 | 1001 | 10011 | 100111101 | 101001 | 1000100 |
Color Harmonies of #CF8BBC
Complementary color
Monochromatic Colors of #CF8BBC
Black with #CF8BBC
Text Example
Text Example
White with #CF8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BBC; }
p { color: rgb(207,139,188); }
H1.HeaderClassName
{
color: #CF8BBC;
}
.AnyTagClassName
{
color: #CF8BBC;
}
</style>
background-color css
<style>
a { background-color: #CF8BBC; }
a { background-color: rgb(207,139,188); }
div.DivClassName
{
background-color: #CF8BBC;
}
.BgClassName
{
background-color: #CF8BBC;
}
</style>
border-color css
<style>
span { border-color: #CF8BBC; }
span { border-color: rgb(207,139,188); }
td.TdClassName
{
border-color: #CF8BBC;
}
.TagClassName
{
border-color: #CF8BBC;
}
</style>