Shades of Lily #CF83B7
Tints of Lily #CF83B7
RGB
CMYK
RGB Variations
Color information
#CF83B7 (or 0xCF83B7) is known color: Lily. HEX triplet: CF, 83 and B7. RGB value is (207,131,183). Sum of RGB (Red+Green+Blue) = 207+131+183=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83B7 is #307C48. Grayscale: #9F9F9F. Windows color (decimal): -3177545 or 12026831. OLE color: 12026831.
HSL color Cylindrical-coordinate representation of color #CF83B7: hue angle of 318.95º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF83B7 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 183 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.19 |
| HSL | 318.95º | 0.44% | 0.66% | - |
| HSV(B) | 318.95º | 0.37% | 0.81% | - |
| XYZ | 42.4 | 32.92 | 48.92 | - |
| YUV | 159.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 183 | 0 | 0.37 | 0.12 | 0.19 | 318.95 | 0.44 | 0.66 |
| Hex | CF | 83 | B7 | 0 | 25 | C | 13 | 13F | 2C | 42 |
| Octal | 317 | 203 | 267 | 0 | 45 | 14 | 23 | 477 | 54 | 102 |
| Binary | 11001111 | 10000011 | 10110111 | 0 | 100101 | 1100 | 10011 | 100111111 | 101100 | 1000010 |
Color Harmonies of #CF83B7
Complementary color
Monochromatic Colors of #CF83B7
Black with #CF83B7
Text Example
Text Example
White with #CF83B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF83B7; }
p { color: rgb(207,131,183); }
H1.HeaderClassName
{
color: #CF83B7;
}
.AnyTagClassName
{
color: #CF83B7;
}
</style>
background-color css
<style>
a { background-color: #CF83B7; }
a { background-color: rgb(207,131,183); }
div.DivClassName
{
background-color: #CF83B7;
}
.BgClassName
{
background-color: #CF83B7;
}
</style>
border-color css
<style>
span { border-color: #CF83B7; }
span { border-color: rgb(207,131,183); }
td.TdClassName
{
border-color: #CF83B7;
}
.TagClassName
{
border-color: #CF83B7;
}
</style>