Shades of Lily #CF91BD
Tints of Lily #CF91BD
RGB
CMYK
RGB Variations
Color information
#CF91BD (or 0xCF91BD) is known color: Lily. HEX triplet: CF, 91 and BD. RGB value is (207,145,189). Sum of RGB (Red+Green+Blue) = 207+145+189=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CF91BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91BD is #306E42. Grayscale: #A8A8A8. Windows color (decimal): -3173955 or 12423631. OLE color: 12423631.
HSL color Cylindrical-coordinate representation of color #CF91BD: hue angle of 317.42º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF91BD is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 189 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.19 |
| HSL | 317.42º | 0.39% | 0.69% | - |
| HSV(B) | 317.42º | 0.3% | 0.81% | - |
| XYZ | 45.04 | 37.19 | 52.95 | - |
| YUV | 168.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 189 | 0 | 0.30 | 0.09 | 0.19 | 317.42 | 0.39 | 0.69 |
| Hex | CF | 91 | BD | 0 | 1E | 9 | 13 | 13D | 27 | 45 |
| Octal | 317 | 221 | 275 | 0 | 36 | 11 | 23 | 475 | 47 | 105 |
| Binary | 11001111 | 10010001 | 10111101 | 0 | 11110 | 1001 | 10011 | 100111101 | 100111 | 1000101 |
Color Harmonies of #CF91BD
Complementary color
Monochromatic Colors of #CF91BD
Black with #CF91BD
Text Example
Text Example
White with #CF91BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF91BD; }
p { color: rgb(207,145,189); }
H1.HeaderClassName
{
color: #CF91BD;
}
.AnyTagClassName
{
color: #CF91BD;
}
</style>
background-color css
<style>
a { background-color: #CF91BD; }
a { background-color: rgb(207,145,189); }
div.DivClassName
{
background-color: #CF91BD;
}
.BgClassName
{
background-color: #CF91BD;
}
</style>
border-color css
<style>
span { border-color: #CF91BD; }
span { border-color: rgb(207,145,189); }
td.TdClassName
{
border-color: #CF91BD;
}
.TagClassName
{
border-color: #CF91BD;
}
</style>