Shades of Lily #C28DB3
Tints of Lily #C28DB3
RGB
CMYK
RGB Variations
Color information
#C28DB3 (or 0xC28DB3) is known color: Lily. HEX triplet: C2, 8D and B3. RGB value is (194,141,179). Sum of RGB (Red+Green+Blue) = 194+141+179=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DB3 is #3D724C. Grayscale: #A1A1A1. Windows color (decimal): -4026957 or 11767234. OLE color: 11767234.
HSL color Cylindrical-coordinate representation of color #C28DB3: hue angle of 316.98º 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 #C28DB3 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 179 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.24 |
| HSL | 316.98º | 0.3% | 0.66% | - |
| HSV(B) | 316.98º | 0.27% | 0.76% | - |
| XYZ | 39.91 | 33.77 | 47.06 | - |
| YUV | 161.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 179 | 0 | 0.27 | 0.08 | 0.24 | 316.98 | 0.3 | 0.66 |
| Hex | C2 | 8D | B3 | 0 | 1B | 8 | 18 | 13D | 1E | 42 |
| Octal | 302 | 215 | 263 | 0 | 33 | 10 | 30 | 475 | 36 | 102 |
| Binary | 11000010 | 10001101 | 10110011 | 0 | 11011 | 1000 | 11000 | 100111101 | 11110 | 1000010 |
Color Harmonies of #C28DB3
Complementary color
Monochromatic Colors of #C28DB3
Black with #C28DB3
Text Example
Text Example
White with #C28DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DB3; }
p { color: rgb(194,141,179); }
H1.HeaderClassName
{
color: #C28DB3;
}
.AnyTagClassName
{
color: #C28DB3;
}
</style>
background-color css
<style>
a { background-color: #C28DB3; }
a { background-color: rgb(194,141,179); }
div.DivClassName
{
background-color: #C28DB3;
}
.BgClassName
{
background-color: #C28DB3;
}
</style>
border-color css
<style>
span { border-color: #C28DB3; }
span { border-color: rgb(194,141,179); }
td.TdClassName
{
border-color: #C28DB3;
}
.TagClassName
{
border-color: #C28DB3;
}
</style>