Shades of Lily #C28BAD
Tints of Lily #C28BAD
RGB
CMYK
RGB Variations
Color information
#C28BAD (or 0xC28BAD) is known color: Lily. HEX triplet: C2, 8B and AD. RGB value is (194,139,173). Sum of RGB (Red+Green+Blue) = 194+139+173=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28BAD is #3D7452. Grayscale: #9F9F9F. Windows color (decimal): -4027475 or 11373506. OLE color: 11373506.
HSL color Cylindrical-coordinate representation of color #C28BAD: hue angle of 322.91º 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 #C28BAD is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 173 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.24 |
| HSL | 322.91º | 0.31% | 0.65% | - |
| HSV(B) | 322.91º | 0.28% | 0.76% | - |
| XYZ | 39.02 | 32.95 | 43.84 | - |
| YUV | 159.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 173 | 0 | 0.28 | 0.11 | 0.24 | 322.91 | 0.31 | 0.65 |
| Hex | C2 | 8B | AD | 0 | 1C | B | 18 | 143 | 1F | 41 |
| Octal | 302 | 213 | 255 | 0 | 34 | 13 | 30 | 503 | 37 | 101 |
| Binary | 11000010 | 10001011 | 10101101 | 0 | 11100 | 1011 | 11000 | 101000011 | 11111 | 1000001 |
Color Harmonies of #C28BAD
Complementary color
Monochromatic Colors of #C28BAD
Black with #C28BAD
Text Example
Text Example
White with #C28BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28BAD; }
p { color: rgb(194,139,173); }
H1.HeaderClassName
{
color: #C28BAD;
}
.AnyTagClassName
{
color: #C28BAD;
}
</style>
background-color css
<style>
a { background-color: #C28BAD; }
a { background-color: rgb(194,139,173); }
div.DivClassName
{
background-color: #C28BAD;
}
.BgClassName
{
background-color: #C28BAD;
}
</style>
border-color css
<style>
span { border-color: #C28BAD; }
span { border-color: rgb(194,139,173); }
td.TdClassName
{
border-color: #C28BAD;
}
.TagClassName
{
border-color: #C28BAD;
}
</style>