Shades of Lily #C78FAB
Tints of Lily #C78FAB
RGB
CMYK
RGB Variations
Color information
#C78FAB (or 0xC78FAB) is known color: Lily. HEX triplet: C7, 8F and AB. RGB value is (199,143,171). Sum of RGB (Red+Green+Blue) = 199+143+171=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C78FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78FAB is #387054. Grayscale: #A2A2A2. Windows color (decimal): -3698773 or 11243463. OLE color: 11243463.
HSL color Cylindrical-coordinate representation of color #C78FAB: hue angle of 330º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C78FAB is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 143 | 171 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.22 |
| HSL | 330º | 0.33% | 0.67% | - |
| HSV(B) | 330º | 0.28% | 0.78% | - |
| XYZ | 40.73 | 34.73 | 43.08 | - |
| YUV | 162.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 171 | 0 | 0.28 | 0.14 | 0.22 | 330 | 0.33 | 0.67 |
| Hex | C7 | 8F | AB | 0 | 1C | E | 16 | 14A | 21 | 43 |
| Octal | 307 | 217 | 253 | 0 | 34 | 16 | 26 | 512 | 41 | 103 |
| Binary | 11000111 | 10001111 | 10101011 | 0 | 11100 | 1110 | 10110 | 101001010 | 100001 | 1000011 |
Color Harmonies of #C78FAB
Complementary color
Monochromatic Colors of #C78FAB
Black with #C78FAB
Text Example
Text Example
White with #C78FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78FAB; }
p { color: rgb(199,143,171); }
H1.HeaderClassName
{
color: #C78FAB;
}
.AnyTagClassName
{
color: #C78FAB;
}
</style>
background-color css
<style>
a { background-color: #C78FAB; }
a { background-color: rgb(199,143,171); }
div.DivClassName
{
background-color: #C78FAB;
}
.BgClassName
{
background-color: #C78FAB;
}
</style>
border-color css
<style>
span { border-color: #C78FAB; }
span { border-color: rgb(199,143,171); }
td.TdClassName
{
border-color: #C78FAB;
}
.TagClassName
{
border-color: #C78FAB;
}
</style>