Shades of Lily #C88CBB
Tints of Lily #C88CBB
RGB
CMYK
RGB Variations
Color information
#C88CBB (or 0xC88CBB) is known color: Lily. HEX triplet: C8, 8C and BB. RGB value is (200,140,187). Sum of RGB (Red+Green+Blue) = 200+140+187=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CBB is #377344. Grayscale: #A3A3A3. Windows color (decimal): -3633989 or 12291272. OLE color: 12291272.
HSL color Cylindrical-coordinate representation of color #C88CBB: hue angle of 313º 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 #C88CBB is Cyan = 0, Magento = 0.3, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 187 | - |
| CMYK | 0 | 0.3 | 0.06 | 0.22 |
| HSL | 313º | 0.35% | 0.67% | - |
| HSV(B) | 313º | 0.3% | 0.78% | - |
| XYZ | 42.17 | 34.62 | 51.47 | - |
| YUV | 163.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 187 | 0 | 0.3 | 0.06 | 0.22 | 313 | 0.35 | 0.67 |
| Hex | C8 | 8C | BB | 0 | 1E | 6 | 16 | 139 | 23 | 43 |
| Octal | 310 | 214 | 273 | 0 | 36 | 6 | 26 | 471 | 43 | 103 |
| Binary | 11001000 | 10001100 | 10111011 | 0 | 11110 | 110 | 10110 | 100111001 | 100011 | 1000011 |
Color Harmonies of #C88CBB
Complementary color
Monochromatic Colors of #C88CBB
Black with #C88CBB
Text Example
Text Example
White with #C88CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CBB; }
p { color: rgb(200,140,187); }
H1.HeaderClassName
{
color: #C88CBB;
}
.AnyTagClassName
{
color: #C88CBB;
}
</style>
background-color css
<style>
a { background-color: #C88CBB; }
a { background-color: rgb(200,140,187); }
div.DivClassName
{
background-color: #C88CBB;
}
.BgClassName
{
background-color: #C88CBB;
}
</style>
border-color css
<style>
span { border-color: #C88CBB; }
span { border-color: rgb(200,140,187); }
td.TdClassName
{
border-color: #C88CBB;
}
.TagClassName
{
border-color: #C88CBB;
}
</style>