Shades of Lily #C08EB4
Tints of Lily #C08EB4
RGB
CMYK
RGB Variations
Color information
#C08EB4 (or 0xC08EB4) is known color: Lily. HEX triplet: C0, 8E and B4. RGB value is (192,142,180). Sum of RGB (Red+Green+Blue) = 192+142+180=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EB4 is #3F714B. Grayscale: #A1A1A1. Windows color (decimal): -4157772 or 11833024. OLE color: 11833024.
HSL color Cylindrical-coordinate representation of color #C08EB4: hue angle of 314.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08EB4 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 180 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.25 |
| HSL | 314.4º | 0.28% | 0.65% | - |
| HSV(B) | 314.4º | 0.26% | 0.75% | - |
| XYZ | 39.65 | 33.85 | 47.62 | - |
| YUV | 161.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 180 | 0 | 0.26 | 0.06 | 0.25 | 314.4 | 0.28 | 0.65 |
| Hex | C0 | 8E | B4 | 0 | 1A | 6 | 19 | 13A | 1C | 41 |
| Octal | 300 | 216 | 264 | 0 | 32 | 6 | 31 | 472 | 34 | 101 |
| Binary | 11000000 | 10001110 | 10110100 | 0 | 11010 | 110 | 11001 | 100111010 | 11100 | 1000001 |
Color Harmonies of #C08EB4
Complementary color
Monochromatic Colors of #C08EB4
Black with #C08EB4
Text Example
Text Example
White with #C08EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08EB4; }
p { color: rgb(192,142,180); }
H1.HeaderClassName
{
color: #C08EB4;
}
.AnyTagClassName
{
color: #C08EB4;
}
</style>
background-color css
<style>
a { background-color: #C08EB4; }
a { background-color: rgb(192,142,180); }
div.DivClassName
{
background-color: #C08EB4;
}
.BgClassName
{
background-color: #C08EB4;
}
</style>
border-color css
<style>
span { border-color: #C08EB4; }
span { border-color: rgb(192,142,180); }
td.TdClassName
{
border-color: #C08EB4;
}
.TagClassName
{
border-color: #C08EB4;
}
</style>