Shades of Lily #CF79B5
Tints of Lily #CF79B5
RGB
CMYK
RGB Variations
Color information
#CF79B5 (or 0xCF79B5) is known color: Lily. HEX triplet: CF, 79 and B5. RGB value is (207,121,181). Sum of RGB (Red+Green+Blue) = 207+121+181=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79B5 is #30864A. Grayscale: #999999. Windows color (decimal): -3180107 or 11893199. OLE color: 11893199.
HSL color Cylindrical-coordinate representation of color #CF79B5: hue angle of 318.14º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF79B5 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 181 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.19 |
| HSL | 318.14º | 0.47% | 0.64% | - |
| HSV(B) | 318.14º | 0.42% | 0.81% | - |
| XYZ | 40.91 | 30.28 | 47.4 | - |
| YUV | 153.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 181 | 0 | 0.42 | 0.13 | 0.19 | 318.14 | 0.47 | 0.64 |
| Hex | CF | 79 | B5 | 0 | 2A | D | 13 | 13E | 2F | 40 |
| Octal | 317 | 171 | 265 | 0 | 52 | 15 | 23 | 476 | 57 | 100 |
| Binary | 11001111 | 1111001 | 10110101 | 0 | 101010 | 1101 | 10011 | 100111110 | 101111 | 1000000 |
Color Harmonies of #CF79B5
Complementary color
Monochromatic Colors of #CF79B5
Black with #CF79B5
Text Example
Text Example
White with #CF79B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF79B5; }
p { color: rgb(207,121,181); }
H1.HeaderClassName
{
color: #CF79B5;
}
.AnyTagClassName
{
color: #CF79B5;
}
</style>
background-color css
<style>
a { background-color: #CF79B5; }
a { background-color: rgb(207,121,181); }
div.DivClassName
{
background-color: #CF79B5;
}
.BgClassName
{
background-color: #CF79B5;
}
</style>
border-color css
<style>
span { border-color: #CF79B5; }
span { border-color: rgb(207,121,181); }
td.TdClassName
{
border-color: #CF79B5;
}
.TagClassName
{
border-color: #CF79B5;
}
</style>