Shades of Lily #C78AB3
Tints of Lily #C78AB3
RGB
CMYK
RGB Variations
Color information
#C78AB3 (or 0xC78AB3) is known color: Lily. HEX triplet: C7, 8A and B3. RGB value is (199,138,179). Sum of RGB (Red+Green+Blue) = 199+138+179=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C78AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78AB3 is #38754C. Grayscale: #A0A0A0. Windows color (decimal): -3700045 or 11766471. OLE color: 11766471.
HSL color Cylindrical-coordinate representation of color #C78AB3: hue angle of 319.67º 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 #C78AB3 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 179 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.22 |
| HSL | 319.67º | 0.35% | 0.66% | - |
| HSV(B) | 319.67º | 0.31% | 0.78% | - |
| XYZ | 40.78 | 33.57 | 46.98 | - |
| YUV | 160.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 179 | 0 | 0.31 | 0.10 | 0.22 | 319.67 | 0.35 | 0.66 |
| Hex | C7 | 8A | B3 | 0 | 1F | A | 16 | 140 | 23 | 42 |
| Octal | 307 | 212 | 263 | 0 | 37 | 12 | 26 | 500 | 43 | 102 |
| Binary | 11000111 | 10001010 | 10110011 | 0 | 11111 | 1010 | 10110 | 101000000 | 100011 | 1000010 |
Color Harmonies of #C78AB3
Complementary color
Monochromatic Colors of #C78AB3
Black with #C78AB3
Text Example
Text Example
White with #C78AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78AB3; }
p { color: rgb(199,138,179); }
H1.HeaderClassName
{
color: #C78AB3;
}
.AnyTagClassName
{
color: #C78AB3;
}
</style>
background-color css
<style>
a { background-color: #C78AB3; }
a { background-color: rgb(199,138,179); }
div.DivClassName
{
background-color: #C78AB3;
}
.BgClassName
{
background-color: #C78AB3;
}
</style>
border-color css
<style>
span { border-color: #C78AB3; }
span { border-color: rgb(199,138,179); }
td.TdClassName
{
border-color: #C78AB3;
}
.TagClassName
{
border-color: #C78AB3;
}
</style>