Shades of Lily #C28DB4
Tints of Lily #C28DB4
RGB
CMYK
RGB Variations
Color information
#C28DB4 (or 0xC28DB4) is known color: Lily. HEX triplet: C2, 8D and B4. RGB value is (194,141,180). Sum of RGB (Red+Green+Blue) = 194+141+180=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DB4 is #3D724B. Grayscale: #A1A1A1. Windows color (decimal): -4026956 or 11832770. OLE color: 11832770.
HSL color Cylindrical-coordinate representation of color #C28DB4: hue angle of 315.85º 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 #C28DB4 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 180 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.24 |
| HSL | 315.85º | 0.3% | 0.66% | - |
| HSV(B) | 315.85º | 0.27% | 0.76% | - |
| XYZ | 40.01 | 33.81 | 47.6 | - |
| YUV | 161.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 180 | 0 | 0.27 | 0.07 | 0.24 | 315.85 | 0.3 | 0.66 |
| Hex | C2 | 8D | B4 | 0 | 1B | 7 | 18 | 13C | 1E | 42 |
| Octal | 302 | 215 | 264 | 0 | 33 | 7 | 30 | 474 | 36 | 102 |
| Binary | 11000010 | 10001101 | 10110100 | 0 | 11011 | 111 | 11000 | 100111100 | 11110 | 1000010 |
Color Harmonies of #C28DB4
Complementary color
Monochromatic Colors of #C28DB4
Black with #C28DB4
Text Example
Text Example
White with #C28DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DB4; }
p { color: rgb(194,141,180); }
H1.HeaderClassName
{
color: #C28DB4;
}
.AnyTagClassName
{
color: #C28DB4;
}
</style>
background-color css
<style>
a { background-color: #C28DB4; }
a { background-color: rgb(194,141,180); }
div.DivClassName
{
background-color: #C28DB4;
}
.BgClassName
{
background-color: #C28DB4;
}
</style>
border-color css
<style>
span { border-color: #C28DB4; }
span { border-color: rgb(194,141,180); }
td.TdClassName
{
border-color: #C28DB4;
}
.TagClassName
{
border-color: #C28DB4;
}
</style>