Shades of Lily #C48DBA
Tints of Lily #C48DBA
RGB
CMYK
RGB Variations
Color information
#C48DBA (or 0xC48DBA) is known color: Lily. HEX triplet: C4, 8D and BA. RGB value is (196,141,186). Sum of RGB (Red+Green+Blue) = 196+141+186=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DBA is #3B7245. Grayscale: #A2A2A2. Windows color (decimal): -3895878 or 12225988. OLE color: 12225988.
HSL color Cylindrical-coordinate representation of color #C48DBA: hue angle of 310.91º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48DBA is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 186 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.23 |
| HSL | 310.91º | 0.32% | 0.66% | - |
| HSV(B) | 310.91º | 0.28% | 0.77% | - |
| XYZ | 41.15 | 34.33 | 50.91 | - |
| YUV | 162.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 186 | 0 | 0.28 | 0.05 | 0.23 | 310.91 | 0.32 | 0.66 |
| Hex | C4 | 8D | BA | 0 | 1C | 5 | 17 | 137 | 20 | 42 |
| Octal | 304 | 215 | 272 | 0 | 34 | 5 | 27 | 467 | 40 | 102 |
| Binary | 11000100 | 10001101 | 10111010 | 0 | 11100 | 101 | 10111 | 100110111 | 100000 | 1000010 |
Color Harmonies of #C48DBA
Complementary color
Monochromatic Colors of #C48DBA
Black with #C48DBA
Text Example
Text Example
White with #C48DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48DBA; }
p { color: rgb(196,141,186); }
H1.HeaderClassName
{
color: #C48DBA;
}
.AnyTagClassName
{
color: #C48DBA;
}
</style>
background-color css
<style>
a { background-color: #C48DBA; }
a { background-color: rgb(196,141,186); }
div.DivClassName
{
background-color: #C48DBA;
}
.BgClassName
{
background-color: #C48DBA;
}
</style>
border-color css
<style>
span { border-color: #C48DBA; }
span { border-color: rgb(196,141,186); }
td.TdClassName
{
border-color: #C48DBA;
}
.TagClassName
{
border-color: #C48DBA;
}
</style>