Shades of Lily #CF84B6
Tints of Lily #CF84B6
RGB
CMYK
RGB Variations
Color information
#CF84B6 (or 0xCF84B6) is known color: Lily. HEX triplet: CF, 84 and B6. RGB value is (207,132,182). Sum of RGB (Red+Green+Blue) = 207+132+182=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84B6 is #307B49. Grayscale: #A0A0A0. Windows color (decimal): -3177290 or 11961551. OLE color: 11961551.
HSL color Cylindrical-coordinate representation of color #CF84B6: hue angle of 320º 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 #CF84B6 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 182 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.19 |
| HSL | 320º | 0.44% | 0.66% | - |
| HSV(B) | 320º | 0.36% | 0.81% | - |
| XYZ | 42.43 | 33.15 | 48.42 | - |
| YUV | 160.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 182 | 0 | 0.36 | 0.12 | 0.19 | 320 | 0.44 | 0.66 |
| Hex | CF | 84 | B6 | 0 | 24 | C | 13 | 140 | 2C | 42 |
| Octal | 317 | 204 | 266 | 0 | 44 | 14 | 23 | 500 | 54 | 102 |
| Binary | 11001111 | 10000100 | 10110110 | 0 | 100100 | 1100 | 10011 | 101000000 | 101100 | 1000010 |
Color Harmonies of #CF84B6
Complementary color
Monochromatic Colors of #CF84B6
Black with #CF84B6
Text Example
Text Example
White with #CF84B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84B6; }
p { color: rgb(207,132,182); }
H1.HeaderClassName
{
color: #CF84B6;
}
.AnyTagClassName
{
color: #CF84B6;
}
</style>
background-color css
<style>
a { background-color: #CF84B6; }
a { background-color: rgb(207,132,182); }
div.DivClassName
{
background-color: #CF84B6;
}
.BgClassName
{
background-color: #CF84B6;
}
</style>
border-color css
<style>
span { border-color: #CF84B6; }
span { border-color: rgb(207,132,182); }
td.TdClassName
{
border-color: #CF84B6;
}
.TagClassName
{
border-color: #CF84B6;
}
</style>