Shades of Lily #C88DAF
Tints of Lily #C88DAF
RGB
CMYK
RGB Variations
Color information
#C88DAF (or 0xC88DAF) is known color: Lily. HEX triplet: C8, 8D and AF. RGB value is (200,141,175). Sum of RGB (Red+Green+Blue) = 200+141+175=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88DAF is #377250. Grayscale: #A2A2A2. Windows color (decimal): -3633745 or 11505096. OLE color: 11505096.
HSL color Cylindrical-coordinate representation of color #C88DAF: hue angle of 325.42º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88DAF is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 175 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.22 |
| HSL | 325.42º | 0.35% | 0.67% | - |
| HSV(B) | 325.42º | 0.3% | 0.78% | - |
| XYZ | 41.08 | 34.42 | 45.04 | - |
| YUV | 162.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 175 | 0 | 0.29 | 0.12 | 0.22 | 325.42 | 0.35 | 0.67 |
| Hex | C8 | 8D | AF | 0 | 1D | C | 16 | 145 | 23 | 43 |
| Octal | 310 | 215 | 257 | 0 | 35 | 14 | 26 | 505 | 43 | 103 |
| Binary | 11001000 | 10001101 | 10101111 | 0 | 11101 | 1100 | 10110 | 101000101 | 100011 | 1000011 |
Color Harmonies of #C88DAF
Complementary color
Monochromatic Colors of #C88DAF
Black with #C88DAF
Text Example
Text Example
White with #C88DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DAF; }
p { color: rgb(200,141,175); }
H1.HeaderClassName
{
color: #C88DAF;
}
.AnyTagClassName
{
color: #C88DAF;
}
</style>
background-color css
<style>
a { background-color: #C88DAF; }
a { background-color: rgb(200,141,175); }
div.DivClassName
{
background-color: #C88DAF;
}
.BgClassName
{
background-color: #C88DAF;
}
</style>
border-color css
<style>
span { border-color: #C88DAF; }
span { border-color: rgb(200,141,175); }
td.TdClassName
{
border-color: #C88DAF;
}
.TagClassName
{
border-color: #C88DAF;
}
</style>