Shades of Lily #C88FB6
Tints of Lily #C88FB6
RGB
CMYK
RGB Variations
Color information
#C88FB6 (or 0xC88FB6) is known color: Lily. HEX triplet: C8, 8F and B6. RGB value is (200,143,182). Sum of RGB (Red+Green+Blue) = 200+143+182=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FB6 is #377049. Grayscale: #A4A4A4. Windows color (decimal): -3633226 or 11964360. OLE color: 11964360.
HSL color Cylindrical-coordinate representation of color #C88FB6: hue angle of 318.95º 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 #C88FB6 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 182 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.22 |
| HSL | 318.95º | 0.34% | 0.67% | - |
| HSV(B) | 318.95º | 0.29% | 0.78% | - |
| XYZ | 42.09 | 35.3 | 48.85 | - |
| YUV | 164.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 182 | 0 | 0.28 | 0.09 | 0.22 | 318.95 | 0.34 | 0.67 |
| Hex | C8 | 8F | B6 | 0 | 1C | 9 | 16 | 13F | 22 | 43 |
| Octal | 310 | 217 | 266 | 0 | 34 | 11 | 26 | 477 | 42 | 103 |
| Binary | 11001000 | 10001111 | 10110110 | 0 | 11100 | 1001 | 10110 | 100111111 | 100010 | 1000011 |
Color Harmonies of #C88FB6
Complementary color
Monochromatic Colors of #C88FB6
Black with #C88FB6
Text Example
Text Example
White with #C88FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FB6; }
p { color: rgb(200,143,182); }
H1.HeaderClassName
{
color: #C88FB6;
}
.AnyTagClassName
{
color: #C88FB6;
}
</style>
background-color css
<style>
a { background-color: #C88FB6; }
a { background-color: rgb(200,143,182); }
div.DivClassName
{
background-color: #C88FB6;
}
.BgClassName
{
background-color: #C88FB6;
}
</style>
border-color css
<style>
span { border-color: #C88FB6; }
span { border-color: rgb(200,143,182); }
td.TdClassName
{
border-color: #C88FB6;
}
.TagClassName
{
border-color: #C88FB6;
}
</style>