Shades of Lily #C287AC
Tints of Lily #C287AC
RGB
CMYK
RGB Variations
Color information
#C287AC (or 0xC287AC) is known color: Lily. HEX triplet: C2, 87 and AC. RGB value is (194,135,172). Sum of RGB (Red+Green+Blue) = 194+135+172=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C287AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C287AC is #3D7853. Grayscale: #9C9C9C. Windows color (decimal): -4028500 or 11306946. OLE color: 11306946.
HSL color Cylindrical-coordinate representation of color #C287AC: hue angle of 322.37º 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 #C287AC is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 172 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.24 |
| HSL | 322.37º | 0.33% | 0.65% | - |
| HSV(B) | 322.37º | 0.3% | 0.76% | - |
| XYZ | 38.36 | 31.78 | 43.14 | - |
| YUV | 156.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 172 | 0 | 0.30 | 0.11 | 0.24 | 322.37 | 0.33 | 0.65 |
| Hex | C2 | 87 | AC | 0 | 1E | B | 18 | 142 | 21 | 41 |
| Octal | 302 | 207 | 254 | 0 | 36 | 13 | 30 | 502 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10101100 | 0 | 11110 | 1011 | 11000 | 101000010 | 100001 | 1000001 |
Color Harmonies of #C287AC
Complementary color
Monochromatic Colors of #C287AC
Black with #C287AC
Text Example
Text Example
White with #C287AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287AC; }
p { color: rgb(194,135,172); }
H1.HeaderClassName
{
color: #C287AC;
}
.AnyTagClassName
{
color: #C287AC;
}
</style>
background-color css
<style>
a { background-color: #C287AC; }
a { background-color: rgb(194,135,172); }
div.DivClassName
{
background-color: #C287AC;
}
.BgClassName
{
background-color: #C287AC;
}
</style>
border-color css
<style>
span { border-color: #C287AC; }
span { border-color: rgb(194,135,172); }
td.TdClassName
{
border-color: #C287AC;
}
.TagClassName
{
border-color: #C287AC;
}
</style>