Shades of Lily #C88FBA
Tints of Lily #C88FBA
RGB
CMYK
RGB Variations
Color information
#C88FBA (or 0xC88FBA) is known color: Lily. HEX triplet: C8, 8F and BA. RGB value is (200,143,186). Sum of RGB (Red+Green+Blue) = 200+143+186=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FBA is #377045. Grayscale: #A4A4A4. Windows color (decimal): -3633222 or 12226504. OLE color: 12226504.
HSL color Cylindrical-coordinate representation of color #C88FBA: hue angle of 314.74º 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 #C88FBA is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 186 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.22 |
| HSL | 314.74º | 0.34% | 0.67% | - |
| HSV(B) | 314.74º | 0.29% | 0.78% | - |
| XYZ | 42.5 | 35.47 | 51.06 | - |
| YUV | 164.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 186 | 0 | 0.28 | 0.07 | 0.22 | 314.74 | 0.34 | 0.67 |
| Hex | C8 | 8F | BA | 0 | 1C | 7 | 16 | 13B | 22 | 43 |
| Octal | 310 | 217 | 272 | 0 | 34 | 7 | 26 | 473 | 42 | 103 |
| Binary | 11001000 | 10001111 | 10111010 | 0 | 11100 | 111 | 10110 | 100111011 | 100010 | 1000011 |
Color Harmonies of #C88FBA
Complementary color
Monochromatic Colors of #C88FBA
Black with #C88FBA
Text Example
Text Example
White with #C88FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FBA; }
p { color: rgb(200,143,186); }
H1.HeaderClassName
{
color: #C88FBA;
}
.AnyTagClassName
{
color: #C88FBA;
}
</style>
background-color css
<style>
a { background-color: #C88FBA; }
a { background-color: rgb(200,143,186); }
div.DivClassName
{
background-color: #C88FBA;
}
.BgClassName
{
background-color: #C88FBA;
}
</style>
border-color css
<style>
span { border-color: #C88FBA; }
span { border-color: rgb(200,143,186); }
td.TdClassName
{
border-color: #C88FBA;
}
.TagClassName
{
border-color: #C88FBA;
}
</style>