Shades of Lily #C28CB1
Tints of Lily #C28CB1
RGB
CMYK
RGB Variations
Color information
#C28CB1 (or 0xC28CB1) is known color: Lily. HEX triplet: C2, 8C and B1. RGB value is (194,140,177). Sum of RGB (Red+Green+Blue) = 194+140+177=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28CB1 is #3D734E. Grayscale: #A0A0A0. Windows color (decimal): -4027215 or 11635906. OLE color: 11635906.
HSL color Cylindrical-coordinate representation of color #C28CB1: hue angle of 318.89º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28CB1 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 177 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.24 |
| HSL | 318.89º | 0.31% | 0.65% | - |
| HSV(B) | 318.89º | 0.28% | 0.76% | - |
| XYZ | 39.56 | 33.4 | 45.96 | - |
| YUV | 160.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 177 | 0 | 0.28 | 0.09 | 0.24 | 318.89 | 0.31 | 0.65 |
| Hex | C2 | 8C | B1 | 0 | 1C | 9 | 18 | 13F | 1F | 41 |
| Octal | 302 | 214 | 261 | 0 | 34 | 11 | 30 | 477 | 37 | 101 |
| Binary | 11000010 | 10001100 | 10110001 | 0 | 11100 | 1001 | 11000 | 100111111 | 11111 | 1000001 |
Color Harmonies of #C28CB1
Complementary color
Monochromatic Colors of #C28CB1
Black with #C28CB1
Text Example
Text Example
White with #C28CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CB1; }
p { color: rgb(194,140,177); }
H1.HeaderClassName
{
color: #C28CB1;
}
.AnyTagClassName
{
color: #C28CB1;
}
</style>
background-color css
<style>
a { background-color: #C28CB1; }
a { background-color: rgb(194,140,177); }
div.DivClassName
{
background-color: #C28CB1;
}
.BgClassName
{
background-color: #C28CB1;
}
</style>
border-color css
<style>
span { border-color: #C28CB1; }
span { border-color: rgb(194,140,177); }
td.TdClassName
{
border-color: #C28CB1;
}
.TagClassName
{
border-color: #C28CB1;
}
</style>