Shades of Lily #C28DB5
Tints of Lily #C28DB5
RGB
CMYK
RGB Variations
Color information
#C28DB5 (or 0xC28DB5) is known color: Lily. HEX triplet: C2, 8D and B5. RGB value is (194,141,181). Sum of RGB (Red+Green+Blue) = 194+141+181=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DB5 is #3D724A. Grayscale: #A1A1A1. Windows color (decimal): -4026955 or 11898306. OLE color: 11898306.
HSL color Cylindrical-coordinate representation of color #C28DB5: hue angle of 314.72º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28DB5 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 181 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.24 |
| HSL | 314.72º | 0.3% | 0.66% | - |
| HSV(B) | 314.72º | 0.27% | 0.76% | - |
| XYZ | 40.11 | 33.86 | 48.14 | - |
| YUV | 161.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 181 | 0 | 0.27 | 0.07 | 0.24 | 314.72 | 0.3 | 0.66 |
| Hex | C2 | 8D | B5 | 0 | 1B | 7 | 18 | 13B | 1E | 42 |
| Octal | 302 | 215 | 265 | 0 | 33 | 7 | 30 | 473 | 36 | 102 |
| Binary | 11000010 | 10001101 | 10110101 | 0 | 11011 | 111 | 11000 | 100111011 | 11110 | 1000010 |
Color Harmonies of #C28DB5
Complementary color
Monochromatic Colors of #C28DB5
Black with #C28DB5
Text Example
Text Example
White with #C28DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DB5; }
p { color: rgb(194,141,181); }
H1.HeaderClassName
{
color: #C28DB5;
}
.AnyTagClassName
{
color: #C28DB5;
}
</style>
background-color css
<style>
a { background-color: #C28DB5; }
a { background-color: rgb(194,141,181); }
div.DivClassName
{
background-color: #C28DB5;
}
.BgClassName
{
background-color: #C28DB5;
}
</style>
border-color css
<style>
span { border-color: #C28DB5; }
span { border-color: rgb(194,141,181); }
td.TdClassName
{
border-color: #C28DB5;
}
.TagClassName
{
border-color: #C28DB5;
}
</style>