Shades of Lily #C287AD
Tints of Lily #C287AD
RGB
CMYK
RGB Variations
Color information
#C287AD (or 0xC287AD) is known color: Lily. HEX triplet: C2, 87 and AD. RGB value is (194,135,173). Sum of RGB (Red+Green+Blue) = 194+135+173=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C287AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C287AD is #3D7852. Grayscale: #9C9C9C. Windows color (decimal): -4028499 or 11372482. OLE color: 11372482.
HSL color Cylindrical-coordinate representation of color #C287AD: hue angle of 321.36º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C287AD is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 173 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.24 |
| HSL | 321.36º | 0.33% | 0.65% | - |
| HSV(B) | 321.36º | 0.3% | 0.76% | - |
| XYZ | 38.45 | 31.81 | 43.65 | - |
| YUV | 156.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 173 | 0 | 0.30 | 0.11 | 0.24 | 321.36 | 0.33 | 0.65 |
| Hex | C2 | 87 | AD | 0 | 1E | B | 18 | 141 | 21 | 41 |
| Octal | 302 | 207 | 255 | 0 | 36 | 13 | 30 | 501 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10101101 | 0 | 11110 | 1011 | 11000 | 101000001 | 100001 | 1000001 |
Color Harmonies of #C287AD
Complementary color
Monochromatic Colors of #C287AD
Black with #C287AD
Text Example
Text Example
White with #C287AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287AD; }
p { color: rgb(194,135,173); }
H1.HeaderClassName
{
color: #C287AD;
}
.AnyTagClassName
{
color: #C287AD;
}
</style>
background-color css
<style>
a { background-color: #C287AD; }
a { background-color: rgb(194,135,173); }
div.DivClassName
{
background-color: #C287AD;
}
.BgClassName
{
background-color: #C287AD;
}
</style>
border-color css
<style>
span { border-color: #C287AD; }
span { border-color: rgb(194,135,173); }
td.TdClassName
{
border-color: #C287AD;
}
.TagClassName
{
border-color: #C287AD;
}
</style>