Shades of Lily #CF8BBE
Tints of Lily #CF8BBE
RGB
CMYK
RGB Variations
Color information
#CF8BBE (or 0xCF8BBE) is known color: Lily. HEX triplet: CF, 8B and BE. RGB value is (207,139,190). Sum of RGB (Red+Green+Blue) = 207+139+190=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BBE is #307441. Grayscale: #A5A5A5. Windows color (decimal): -3175490 or 12487631. OLE color: 12487631.
HSL color Cylindrical-coordinate representation of color #CF8BBE: hue angle of 315º 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 #CF8BBE is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 190 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.19 |
| HSL | 315º | 0.41% | 0.68% | - |
| HSV(B) | 315º | 0.33% | 0.81% | - |
| XYZ | 44.26 | 35.45 | 53.22 | - |
| YUV | 165.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 190 | 0 | 0.33 | 0.08 | 0.19 | 315 | 0.41 | 0.68 |
| Hex | CF | 8B | BE | 0 | 21 | 8 | 13 | 13B | 29 | 44 |
| Octal | 317 | 213 | 276 | 0 | 41 | 10 | 23 | 473 | 51 | 104 |
| Binary | 11001111 | 10001011 | 10111110 | 0 | 100001 | 1000 | 10011 | 100111011 | 101001 | 1000100 |
Color Harmonies of #CF8BBE
Complementary color
Monochromatic Colors of #CF8BBE
Black with #CF8BBE
Text Example
Text Example
White with #CF8BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BBE; }
p { color: rgb(207,139,190); }
H1.HeaderClassName
{
color: #CF8BBE;
}
.AnyTagClassName
{
color: #CF8BBE;
}
</style>
background-color css
<style>
a { background-color: #CF8BBE; }
a { background-color: rgb(207,139,190); }
div.DivClassName
{
background-color: #CF8BBE;
}
.BgClassName
{
background-color: #CF8BBE;
}
</style>
border-color css
<style>
span { border-color: #CF8BBE; }
span { border-color: rgb(207,139,190); }
td.TdClassName
{
border-color: #CF8BBE;
}
.TagClassName
{
border-color: #CF8BBE;
}
</style>