Shades of Lily #C78FAD
Tints of Lily #C78FAD
RGB
CMYK
RGB Variations
Color information
#C78FAD (or 0xC78FAD) is known color: Lily. HEX triplet: C7, 8F and AD. RGB value is (199,143,173). Sum of RGB (Red+Green+Blue) = 199+143+173=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C78FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78FAD is #387052. Grayscale: #A3A3A3. Windows color (decimal): -3698771 or 11374535. OLE color: 11374535.
HSL color Cylindrical-coordinate representation of color #C78FAD: hue angle of 327.86º 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 #C78FAD is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 143 | 173 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.22 |
| HSL | 327.86º | 0.33% | 0.67% | - |
| HSV(B) | 327.86º | 0.28% | 0.78% | - |
| XYZ | 40.92 | 34.8 | 44.1 | - |
| YUV | 163.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 173 | 0 | 0.28 | 0.13 | 0.22 | 327.86 | 0.33 | 0.67 |
| Hex | C7 | 8F | AD | 0 | 1C | D | 16 | 148 | 21 | 43 |
| Octal | 307 | 217 | 255 | 0 | 34 | 15 | 26 | 510 | 41 | 103 |
| Binary | 11000111 | 10001111 | 10101101 | 0 | 11100 | 1101 | 10110 | 101001000 | 100001 | 1000011 |
Color Harmonies of #C78FAD
Complementary color
Monochromatic Colors of #C78FAD
Black with #C78FAD
Text Example
Text Example
White with #C78FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78FAD; }
p { color: rgb(199,143,173); }
H1.HeaderClassName
{
color: #C78FAD;
}
.AnyTagClassName
{
color: #C78FAD;
}
</style>
background-color css
<style>
a { background-color: #C78FAD; }
a { background-color: rgb(199,143,173); }
div.DivClassName
{
background-color: #C78FAD;
}
.BgClassName
{
background-color: #C78FAD;
}
</style>
border-color css
<style>
span { border-color: #C78FAD; }
span { border-color: rgb(199,143,173); }
td.TdClassName
{
border-color: #C78FAD;
}
.TagClassName
{
border-color: #C78FAD;
}
</style>