Shades of Lily #C28CAF
Tints of Lily #C28CAF
RGB
CMYK
RGB Variations
Color information
#C28CAF (or 0xC28CAF) is known color: Lily. HEX triplet: C2, 8C and AF. RGB value is (194,140,175). Sum of RGB (Red+Green+Blue) = 194+140+175=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28CAF is #3D7350. Grayscale: #A0A0A0. Windows color (decimal): -4027217 or 11504834. OLE color: 11504834.
HSL color Cylindrical-coordinate representation of color #C28CAF: hue angle of 321.11º 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 #C28CAF is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 175 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.24 |
| HSL | 321.11º | 0.31% | 0.65% | - |
| HSV(B) | 321.11º | 0.28% | 0.76% | - |
| XYZ | 39.36 | 33.32 | 44.91 | - |
| YUV | 160.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 175 | 0 | 0.28 | 0.10 | 0.24 | 321.11 | 0.31 | 0.65 |
| Hex | C2 | 8C | AF | 0 | 1C | A | 18 | 141 | 1F | 41 |
| Octal | 302 | 214 | 257 | 0 | 34 | 12 | 30 | 501 | 37 | 101 |
| Binary | 11000010 | 10001100 | 10101111 | 0 | 11100 | 1010 | 11000 | 101000001 | 11111 | 1000001 |
Color Harmonies of #C28CAF
Complementary color
Monochromatic Colors of #C28CAF
Black with #C28CAF
Text Example
Text Example
White with #C28CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CAF; }
p { color: rgb(194,140,175); }
H1.HeaderClassName
{
color: #C28CAF;
}
.AnyTagClassName
{
color: #C28CAF;
}
</style>
background-color css
<style>
a { background-color: #C28CAF; }
a { background-color: rgb(194,140,175); }
div.DivClassName
{
background-color: #C28CAF;
}
.BgClassName
{
background-color: #C28CAF;
}
</style>
border-color css
<style>
span { border-color: #C28CAF; }
span { border-color: rgb(194,140,175); }
td.TdClassName
{
border-color: #C28CAF;
}
.TagClassName
{
border-color: #C28CAF;
}
</style>