Shades of Lily #CF88BC
Tints of Lily #CF88BC
RGB
CMYK
RGB Variations
Color information
#CF88BC (or 0xCF88BC) is known color: Lily. HEX triplet: CF, 88 and BC. RGB value is (207,136,188). Sum of RGB (Red+Green+Blue) = 207+136+188=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88BC is #307743. Grayscale: #A3A3A3. Windows color (decimal): -3176260 or 12355791. OLE color: 12355791.
HSL color Cylindrical-coordinate representation of color #CF88BC: hue angle of 316.06º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF88BC is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 188 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.19 |
| HSL | 316.06º | 0.43% | 0.67% | - |
| HSV(B) | 316.06º | 0.34% | 0.81% | - |
| XYZ | 43.61 | 34.5 | 51.94 | - |
| YUV | 163.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 188 | 0 | 0.34 | 0.09 | 0.19 | 316.06 | 0.43 | 0.67 |
| Hex | CF | 88 | BC | 0 | 22 | 9 | 13 | 13C | 2B | 43 |
| Octal | 317 | 210 | 274 | 0 | 42 | 11 | 23 | 474 | 53 | 103 |
| Binary | 11001111 | 10001000 | 10111100 | 0 | 100010 | 1001 | 10011 | 100111100 | 101011 | 1000011 |
Color Harmonies of #CF88BC
Complementary color
Monochromatic Colors of #CF88BC
Black with #CF88BC
Text Example
Text Example
White with #CF88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88BC; }
p { color: rgb(207,136,188); }
H1.HeaderClassName
{
color: #CF88BC;
}
.AnyTagClassName
{
color: #CF88BC;
}
</style>
background-color css
<style>
a { background-color: #CF88BC; }
a { background-color: rgb(207,136,188); }
div.DivClassName
{
background-color: #CF88BC;
}
.BgClassName
{
background-color: #CF88BC;
}
</style>
border-color css
<style>
span { border-color: #CF88BC; }
span { border-color: rgb(207,136,188); }
td.TdClassName
{
border-color: #CF88BC;
}
.TagClassName
{
border-color: #CF88BC;
}
</style>