Shades of Lily #C78AB0
Tints of Lily #C78AB0
RGB
CMYK
RGB Variations
Color information
#C78AB0 (or 0xC78AB0) is known color: Lily. HEX triplet: C7, 8A and B0. RGB value is (199,138,176). Sum of RGB (Red+Green+Blue) = 199+138+176=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C78AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78AB0 is #38754F. Grayscale: #A0A0A0. Windows color (decimal): -3700048 or 11569863. OLE color: 11569863.
HSL color Cylindrical-coordinate representation of color #C78AB0: hue angle of 322.62º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C78AB0 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 176 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.22 |
| HSL | 322.62º | 0.35% | 0.66% | - |
| HSV(B) | 322.62º | 0.31% | 0.78% | - |
| XYZ | 40.48 | 33.45 | 45.4 | - |
| YUV | 160.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 176 | 0 | 0.31 | 0.12 | 0.22 | 322.62 | 0.35 | 0.66 |
| Hex | C7 | 8A | B0 | 0 | 1F | C | 16 | 143 | 23 | 42 |
| Octal | 307 | 212 | 260 | 0 | 37 | 14 | 26 | 503 | 43 | 102 |
| Binary | 11000111 | 10001010 | 10110000 | 0 | 11111 | 1100 | 10110 | 101000011 | 100011 | 1000010 |
Color Harmonies of #C78AB0
Complementary color
Monochromatic Colors of #C78AB0
Black with #C78AB0
Text Example
Text Example
White with #C78AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78AB0; }
p { color: rgb(199,138,176); }
H1.HeaderClassName
{
color: #C78AB0;
}
.AnyTagClassName
{
color: #C78AB0;
}
</style>
background-color css
<style>
a { background-color: #C78AB0; }
a { background-color: rgb(199,138,176); }
div.DivClassName
{
background-color: #C78AB0;
}
.BgClassName
{
background-color: #C78AB0;
}
</style>
border-color css
<style>
span { border-color: #C78AB0; }
span { border-color: rgb(199,138,176); }
td.TdClassName
{
border-color: #C78AB0;
}
.TagClassName
{
border-color: #C78AB0;
}
</style>