Shades of Lily #CF84B7
Tints of Lily #CF84B7
RGB
CMYK
RGB Variations
Color information
#CF84B7 (or 0xCF84B7) is known color: Lily. HEX triplet: CF, 84 and B7. RGB value is (207,132,183). Sum of RGB (Red+Green+Blue) = 207+132+183=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84B7 is #307B48. Grayscale: #A0A0A0. Windows color (decimal): -3177289 or 12027087. OLE color: 12027087.
HSL color Cylindrical-coordinate representation of color #CF84B7: hue angle of 319.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF84B7 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 183 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.19 |
| HSL | 319.2º | 0.44% | 0.66% | - |
| HSV(B) | 319.2º | 0.36% | 0.81% | - |
| XYZ | 42.53 | 33.19 | 48.96 | - |
| YUV | 160.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 183 | 0 | 0.36 | 0.12 | 0.19 | 319.2 | 0.44 | 0.66 |
| Hex | CF | 84 | B7 | 0 | 24 | C | 13 | 13F | 2C | 42 |
| Octal | 317 | 204 | 267 | 0 | 44 | 14 | 23 | 477 | 54 | 102 |
| Binary | 11001111 | 10000100 | 10110111 | 0 | 100100 | 1100 | 10011 | 100111111 | 101100 | 1000010 |
Color Harmonies of #CF84B7
Complementary color
Monochromatic Colors of #CF84B7
Black with #CF84B7
Text Example
Text Example
White with #CF84B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84B7; }
p { color: rgb(207,132,183); }
H1.HeaderClassName
{
color: #CF84B7;
}
.AnyTagClassName
{
color: #CF84B7;
}
</style>
background-color css
<style>
a { background-color: #CF84B7; }
a { background-color: rgb(207,132,183); }
div.DivClassName
{
background-color: #CF84B7;
}
.BgClassName
{
background-color: #CF84B7;
}
</style>
border-color css
<style>
span { border-color: #CF84B7; }
span { border-color: rgb(207,132,183); }
td.TdClassName
{
border-color: #CF84B7;
}
.TagClassName
{
border-color: #CF84B7;
}
</style>