Shades of Lily #CF97C1
Tints of Lily #CF97C1
RGB
CMYK
RGB Variations
Color information
#CF97C1 (or 0xCF97C1) is known color: Lily. HEX triplet: CF, 97 and C1. RGB value is (207,151,193). Sum of RGB (Red+Green+Blue) = 207+151+193=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CF97C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97C1 is #30683E. Grayscale: #ACACAC. Windows color (decimal): -3172415 or 12687311. OLE color: 12687311.
HSL color Cylindrical-coordinate representation of color #CF97C1: hue angle of 315º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF97C1 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 193 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.19 |
| HSL | 315º | 0.37% | 0.7% | - |
| HSV(B) | 315º | 0.27% | 0.81% | - |
| XYZ | 46.42 | 39.25 | 55.58 | - |
| YUV | 172.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 193 | 0 | 0.27 | 0.07 | 0.19 | 315 | 0.37 | 0.7 |
| Hex | CF | 97 | C1 | 0 | 1B | 7 | 13 | 13B | 25 | 46 |
| Octal | 317 | 227 | 301 | 0 | 33 | 7 | 23 | 473 | 45 | 106 |
| Binary | 11001111 | 10010111 | 11000001 | 0 | 11011 | 111 | 10011 | 100111011 | 100101 | 1000110 |
Color Harmonies of #CF97C1
Complementary color
Monochromatic Colors of #CF97C1
Black with #CF97C1
Text Example
Text Example
White with #CF97C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF97C1; }
p { color: rgb(207,151,193); }
H1.HeaderClassName
{
color: #CF97C1;
}
.AnyTagClassName
{
color: #CF97C1;
}
</style>
background-color css
<style>
a { background-color: #CF97C1; }
a { background-color: rgb(207,151,193); }
div.DivClassName
{
background-color: #CF97C1;
}
.BgClassName
{
background-color: #CF97C1;
}
</style>
border-color css
<style>
span { border-color: #CF97C1; }
span { border-color: rgb(207,151,193); }
td.TdClassName
{
border-color: #CF97C1;
}
.TagClassName
{
border-color: #CF97C1;
}
</style>