Shades of Lily #CF7FBA
Tints of Lily #CF7FBA
RGB
CMYK
RGB Variations
Color information
#CF7FBA (or 0xCF7FBA) is known color: Lily. HEX triplet: CF, 7F and BA. RGB value is (207,127,186). Sum of RGB (Red+Green+Blue) = 207+127+186=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FBA is #308045. Grayscale: #9D9D9D. Windows color (decimal): -3178566 or 12222415. OLE color: 12222415.
HSL color Cylindrical-coordinate representation of color #CF7FBA: hue angle of 315.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7FBA is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 186 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.19 |
| HSL | 315.75º | 0.45% | 0.65% | - |
| HSV(B) | 315.75º | 0.39% | 0.81% | - |
| XYZ | 42.18 | 31.99 | 50.41 | - |
| YUV | 157.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 186 | 0 | 0.39 | 0.10 | 0.19 | 315.75 | 0.45 | 0.65 |
| Hex | CF | 7F | BA | 0 | 27 | A | 13 | 13C | 2D | 41 |
| Octal | 317 | 177 | 272 | 0 | 47 | 12 | 23 | 474 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10111010 | 0 | 100111 | 1010 | 10011 | 100111100 | 101101 | 1000001 |
Color Harmonies of #CF7FBA
Complementary color
Monochromatic Colors of #CF7FBA
Black with #CF7FBA
Text Example
Text Example
White with #CF7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FBA; }
p { color: rgb(207,127,186); }
H1.HeaderClassName
{
color: #CF7FBA;
}
.AnyTagClassName
{
color: #CF7FBA;
}
</style>
background-color css
<style>
a { background-color: #CF7FBA; }
a { background-color: rgb(207,127,186); }
div.DivClassName
{
background-color: #CF7FBA;
}
.BgClassName
{
background-color: #CF7FBA;
}
</style>
border-color css
<style>
span { border-color: #CF7FBA; }
span { border-color: rgb(207,127,186); }
td.TdClassName
{
border-color: #CF7FBA;
}
.TagClassName
{
border-color: #CF7FBA;
}
</style>