Shades of Lily #CF84B5
Tints of Lily #CF84B5
RGB
CMYK
RGB Variations
Color information
#CF84B5 (or 0xCF84B5) is known color: Lily. HEX triplet: CF, 84 and B5. RGB value is (207,132,181). Sum of RGB (Red+Green+Blue) = 207+132+181=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84B5 is #307B4A. Grayscale: #9F9F9F. Windows color (decimal): -3177291 or 11896015. OLE color: 11896015.
HSL color Cylindrical-coordinate representation of color #CF84B5: hue angle of 320.8º 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 #CF84B5 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 181 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.19 |
| HSL | 320.8º | 0.44% | 0.66% | - |
| HSV(B) | 320.8º | 0.36% | 0.81% | - |
| XYZ | 42.32 | 33.1 | 47.88 | - |
| YUV | 160.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 181 | 0 | 0.36 | 0.13 | 0.19 | 320.8 | 0.44 | 0.66 |
| Hex | CF | 84 | B5 | 0 | 24 | D | 13 | 141 | 2C | 42 |
| Octal | 317 | 204 | 265 | 0 | 44 | 15 | 23 | 501 | 54 | 102 |
| Binary | 11001111 | 10000100 | 10110101 | 0 | 100100 | 1101 | 10011 | 101000001 | 101100 | 1000010 |
Color Harmonies of #CF84B5
Complementary color
Monochromatic Colors of #CF84B5
Black with #CF84B5
Text Example
Text Example
White with #CF84B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84B5; }
p { color: rgb(207,132,181); }
H1.HeaderClassName
{
color: #CF84B5;
}
.AnyTagClassName
{
color: #CF84B5;
}
</style>
background-color css
<style>
a { background-color: #CF84B5; }
a { background-color: rgb(207,132,181); }
div.DivClassName
{
background-color: #CF84B5;
}
.BgClassName
{
background-color: #CF84B5;
}
</style>
border-color css
<style>
span { border-color: #CF84B5; }
span { border-color: rgb(207,132,181); }
td.TdClassName
{
border-color: #CF84B5;
}
.TagClassName
{
border-color: #CF84B5;
}
</style>