Shades of Lily #C48EBA
Tints of Lily #C48EBA
RGB
CMYK
RGB Variations
Color information
#C48EBA (or 0xC48EBA) is known color: Lily. HEX triplet: C4, 8E and BA. RGB value is (196,142,186). Sum of RGB (Red+Green+Blue) = 196+142+186=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EBA is #3B7145. Grayscale: #A3A3A3. Windows color (decimal): -3895622 or 12226244. OLE color: 12226244.
HSL color Cylindrical-coordinate representation of color #C48EBA: hue angle of 311.11º degrees, saturation: 0.31, 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 #C48EBA is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 186 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.23 |
| HSL | 311.11º | 0.31% | 0.66% | - |
| HSV(B) | 311.11º | 0.28% | 0.77% | - |
| XYZ | 41.3 | 34.63 | 50.96 | - |
| YUV | 163.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 186 | 0 | 0.28 | 0.05 | 0.23 | 311.11 | 0.31 | 0.66 |
| Hex | C4 | 8E | BA | 0 | 1C | 5 | 17 | 137 | 1F | 42 |
| Octal | 304 | 216 | 272 | 0 | 34 | 5 | 27 | 467 | 37 | 102 |
| Binary | 11000100 | 10001110 | 10111010 | 0 | 11100 | 101 | 10111 | 100110111 | 11111 | 1000010 |
Color Harmonies of #C48EBA
Complementary color
Monochromatic Colors of #C48EBA
Black with #C48EBA
Text Example
Text Example
White with #C48EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48EBA; }
p { color: rgb(196,142,186); }
H1.HeaderClassName
{
color: #C48EBA;
}
.AnyTagClassName
{
color: #C48EBA;
}
</style>
background-color css
<style>
a { background-color: #C48EBA; }
a { background-color: rgb(196,142,186); }
div.DivClassName
{
background-color: #C48EBA;
}
.BgClassName
{
background-color: #C48EBA;
}
</style>
border-color css
<style>
span { border-color: #C48EBA; }
span { border-color: rgb(196,142,186); }
td.TdClassName
{
border-color: #C48EBA;
}
.TagClassName
{
border-color: #C48EBA;
}
</style>