Shades of Lily #C88FAF
Tints of Lily #C88FAF
RGB
CMYK
RGB Variations
Color information
#C88FAF (or 0xC88FAF) is known color: Lily. HEX triplet: C8, 8F and AF. RGB value is (200,143,175). Sum of RGB (Red+Green+Blue) = 200+143+175=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88FAF is #377050. Grayscale: #A3A3A3. Windows color (decimal): -3633233 or 11505608. OLE color: 11505608.
HSL color Cylindrical-coordinate representation of color #C88FAF: hue angle of 326.32º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88FAF is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 175 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.22 |
| HSL | 326.32º | 0.34% | 0.67% | - |
| HSV(B) | 326.32º | 0.29% | 0.78% | - |
| XYZ | 41.38 | 35.02 | 45.14 | - |
| YUV | 163.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 175 | 0 | 0.28 | 0.12 | 0.22 | 326.32 | 0.34 | 0.67 |
| Hex | C8 | 8F | AF | 0 | 1C | C | 16 | 146 | 22 | 43 |
| Octal | 310 | 217 | 257 | 0 | 34 | 14 | 26 | 506 | 42 | 103 |
| Binary | 11001000 | 10001111 | 10101111 | 0 | 11100 | 1100 | 10110 | 101000110 | 100010 | 1000011 |
Color Harmonies of #C88FAF
Complementary color
Monochromatic Colors of #C88FAF
Black with #C88FAF
Text Example
Text Example
White with #C88FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FAF; }
p { color: rgb(200,143,175); }
H1.HeaderClassName
{
color: #C88FAF;
}
.AnyTagClassName
{
color: #C88FAF;
}
</style>
background-color css
<style>
a { background-color: #C88FAF; }
a { background-color: rgb(200,143,175); }
div.DivClassName
{
background-color: #C88FAF;
}
.BgClassName
{
background-color: #C88FAF;
}
</style>
border-color css
<style>
span { border-color: #C88FAF; }
span { border-color: rgb(200,143,175); }
td.TdClassName
{
border-color: #C88FAF;
}
.TagClassName
{
border-color: #C88FAF;
}
</style>