Shades of Lily #C78CBB
Tints of Lily #C78CBB
RGB
CMYK
RGB Variations
Color information
#C78CBB (or 0xC78CBB) is known color: Lily. HEX triplet: C7, 8C and BB. RGB value is (199,140,187). Sum of RGB (Red+Green+Blue) = 199+140+187=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 199 - color contains mainly: red. Hex color #C78CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78CBB is #387344. Grayscale: #A2A2A2. Windows color (decimal): -3699525 or 12291271. OLE color: 12291271.
HSL color Cylindrical-coordinate representation of color #C78CBB: hue angle of 312.2º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C78CBB is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 187 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.22 |
| HSL | 312.2º | 0.35% | 0.66% | - |
| HSV(B) | 312.2º | 0.3% | 0.78% | - |
| XYZ | 41.9 | 34.49 | 51.46 | - |
| YUV | 163 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 187 | 0 | 0.30 | 0.06 | 0.22 | 312.2 | 0.35 | 0.66 |
| Hex | C7 | 8C | BB | 0 | 1E | 6 | 16 | 138 | 23 | 42 |
| Octal | 307 | 214 | 273 | 0 | 36 | 6 | 26 | 470 | 43 | 102 |
| Binary | 11000111 | 10001100 | 10111011 | 0 | 11110 | 110 | 10110 | 100111000 | 100011 | 1000010 |
Color Harmonies of #C78CBB
Complementary color
Monochromatic Colors of #C78CBB
Black with #C78CBB
Text Example
Text Example
White with #C78CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78CBB; }
p { color: rgb(199,140,187); }
H1.HeaderClassName
{
color: #C78CBB;
}
.AnyTagClassName
{
color: #C78CBB;
}
</style>
background-color css
<style>
a { background-color: #C78CBB; }
a { background-color: rgb(199,140,187); }
div.DivClassName
{
background-color: #C78CBB;
}
.BgClassName
{
background-color: #C78CBB;
}
</style>
border-color css
<style>
span { border-color: #C78CBB; }
span { border-color: rgb(199,140,187); }
td.TdClassName
{
border-color: #C78CBB;
}
.TagClassName
{
border-color: #C78CBB;
}
</style>