Shades of Lily #C788B3
Tints of Lily #C788B3
RGB
CMYK
RGB Variations
Color information
#C788B3 (or 0xC788B3) is known color: Lily. HEX triplet: C7, 88 and B3. RGB value is (199,136,179). Sum of RGB (Red+Green+Blue) = 199+136+179=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C788B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C788B3 is #38774C. Grayscale: #9F9F9F. Windows color (decimal): -3700557 or 11765959. OLE color: 11765959.
HSL color Cylindrical-coordinate representation of color #C788B3: hue angle of 319.05º degrees, saturation: 0.36, 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 #C788B3 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 179 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.22 |
| HSL | 319.05º | 0.36% | 0.66% | - |
| HSV(B) | 319.05º | 0.32% | 0.78% | - |
| XYZ | 40.49 | 33.01 | 46.88 | - |
| YUV | 159.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 179 | 0 | 0.32 | 0.10 | 0.22 | 319.05 | 0.36 | 0.66 |
| Hex | C7 | 88 | B3 | 0 | 20 | A | 16 | 13F | 24 | 42 |
| Octal | 307 | 210 | 263 | 0 | 40 | 12 | 26 | 477 | 44 | 102 |
| Binary | 11000111 | 10001000 | 10110011 | 0 | 100000 | 1010 | 10110 | 100111111 | 100100 | 1000010 |
Color Harmonies of #C788B3
Complementary color
Monochromatic Colors of #C788B3
Black with #C788B3
Text Example
Text Example
White with #C788B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788B3; }
p { color: rgb(199,136,179); }
H1.HeaderClassName
{
color: #C788B3;
}
.AnyTagClassName
{
color: #C788B3;
}
</style>
background-color css
<style>
a { background-color: #C788B3; }
a { background-color: rgb(199,136,179); }
div.DivClassName
{
background-color: #C788B3;
}
.BgClassName
{
background-color: #C788B3;
}
</style>
border-color css
<style>
span { border-color: #C788B3; }
span { border-color: rgb(199,136,179); }
td.TdClassName
{
border-color: #C788B3;
}
.TagClassName
{
border-color: #C788B3;
}
</style>