Shades of Lily #C28FAD
Tints of Lily #C28FAD
RGB
CMYK
RGB Variations
Color information
#C28FAD (or 0xC28FAD) is known color: Lily. HEX triplet: C2, 8F and AD. RGB value is (194,143,173). Sum of RGB (Red+Green+Blue) = 194+143+173=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28FAD is #3D7052. Grayscale: #A1A1A1. Windows color (decimal): -4026451 or 11374530. OLE color: 11374530.
HSL color Cylindrical-coordinate representation of color #C28FAD: hue angle of 324.71º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C28FAD is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 173 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.24 |
| HSL | 324.71º | 0.29% | 0.66% | - |
| HSV(B) | 324.71º | 0.26% | 0.76% | - |
| XYZ | 39.61 | 34.13 | 44.04 | - |
| YUV | 161.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 173 | 0 | 0.26 | 0.11 | 0.24 | 324.71 | 0.29 | 0.66 |
| Hex | C2 | 8F | AD | 0 | 1A | B | 18 | 145 | 1D | 42 |
| Octal | 302 | 217 | 255 | 0 | 32 | 13 | 30 | 505 | 35 | 102 |
| Binary | 11000010 | 10001111 | 10101101 | 0 | 11010 | 1011 | 11000 | 101000101 | 11101 | 1000010 |
Color Harmonies of #C28FAD
Complementary color
Monochromatic Colors of #C28FAD
Black with #C28FAD
Text Example
Text Example
White with #C28FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FAD; }
p { color: rgb(194,143,173); }
H1.HeaderClassName
{
color: #C28FAD;
}
.AnyTagClassName
{
color: #C28FAD;
}
</style>
background-color css
<style>
a { background-color: #C28FAD; }
a { background-color: rgb(194,143,173); }
div.DivClassName
{
background-color: #C28FAD;
}
.BgClassName
{
background-color: #C28FAD;
}
</style>
border-color css
<style>
span { border-color: #C28FAD; }
span { border-color: rgb(194,143,173); }
td.TdClassName
{
border-color: #C28FAD;
}
.TagClassName
{
border-color: #C28FAD;
}
</style>