Shades of Lily #C888BC
Tints of Lily #C888BC
RGB
CMYK
RGB Variations
Color information
#C888BC (or 0xC888BC) is known color: Lily. HEX triplet: C8, 88 and BC. RGB value is (200,136,188). Sum of RGB (Red+Green+Blue) = 200+136+188=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C888BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888BC is #377743. Grayscale: #A0A0A0. Windows color (decimal): -3635012 or 12355784. OLE color: 12355784.
HSL color Cylindrical-coordinate representation of color #C888BC: hue angle of 311.25º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C888BC is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 188 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.22 |
| HSL | 311.25º | 0.37% | 0.66% | - |
| HSV(B) | 311.25º | 0.32% | 0.78% | - |
| XYZ | 41.7 | 33.52 | 51.85 | - |
| YUV | 161.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 188 | 0 | 0.32 | 0.06 | 0.22 | 311.25 | 0.37 | 0.66 |
| Hex | C8 | 88 | BC | 0 | 20 | 6 | 16 | 137 | 25 | 42 |
| Octal | 310 | 210 | 274 | 0 | 40 | 6 | 26 | 467 | 45 | 102 |
| Binary | 11001000 | 10001000 | 10111100 | 0 | 100000 | 110 | 10110 | 100110111 | 100101 | 1000010 |
Color Harmonies of #C888BC
Complementary color
Monochromatic Colors of #C888BC
Black with #C888BC
Text Example
Text Example
White with #C888BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888BC; }
p { color: rgb(200,136,188); }
H1.HeaderClassName
{
color: #C888BC;
}
.AnyTagClassName
{
color: #C888BC;
}
</style>
background-color css
<style>
a { background-color: #C888BC; }
a { background-color: rgb(200,136,188); }
div.DivClassName
{
background-color: #C888BC;
}
.BgClassName
{
background-color: #C888BC;
}
</style>
border-color css
<style>
span { border-color: #C888BC; }
span { border-color: rgb(200,136,188); }
td.TdClassName
{
border-color: #C888BC;
}
.TagClassName
{
border-color: #C888BC;
}
</style>