Shades of Lily #CF90C0
Tints of Lily #CF90C0
RGB
CMYK
RGB Variations
Color information
#CF90C0 (or 0xCF90C0) is known color: Lily. HEX triplet: CF, 90 and C0. RGB value is (207,144,192). Sum of RGB (Red+Green+Blue) = 207+144+192=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CF90C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90C0 is #306F3F. Grayscale: #A8A8A8. Windows color (decimal): -3174208 or 12619983. OLE color: 12619983.
HSL color Cylindrical-coordinate representation of color #CF90C0: hue angle of 314.29º degrees, saturation: 0.4, 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 #CF90C0 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 192 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.19 |
| HSL | 314.29º | 0.4% | 0.69% | - |
| HSV(B) | 314.29º | 0.3% | 0.81% | - |
| XYZ | 45.22 | 37.02 | 54.63 | - |
| YUV | 168.31 | 141.37 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 192 | 0 | 0.30 | 0.07 | 0.19 | 314.29 | 0.4 | 0.69 |
| Hex | CF | 90 | C0 | 0 | 1E | 7 | 13 | 13A | 28 | 45 |
| Octal | 317 | 220 | 300 | 0 | 36 | 7 | 23 | 472 | 50 | 105 |
| Binary | 11001111 | 10010000 | 11000000 | 0 | 11110 | 111 | 10011 | 100111010 | 101000 | 1000101 |
Color Harmonies of #CF90C0
Complementary color
Monochromatic Colors of #CF90C0
Black with #CF90C0
Text Example
Text Example
White with #CF90C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90C0; }
p { color: rgb(207,144,192); }
H1.HeaderClassName
{
color: #CF90C0;
}
.AnyTagClassName
{
color: #CF90C0;
}
</style>
background-color css
<style>
a { background-color: #CF90C0; }
a { background-color: rgb(207,144,192); }
div.DivClassName
{
background-color: #CF90C0;
}
.BgClassName
{
background-color: #CF90C0;
}
</style>
border-color css
<style>
span { border-color: #CF90C0; }
span { border-color: rgb(207,144,192); }
td.TdClassName
{
border-color: #CF90C0;
}
.TagClassName
{
border-color: #CF90C0;
}
</style>