Shades of Lily #C387AA
Tints of Lily #C387AA
RGB
CMYK
RGB Variations
Color information
#C387AA (or 0xC387AA) is known color: Lily. HEX triplet: C3, 87 and AA. RGB value is (195,135,170). Sum of RGB (Red+Green+Blue) = 195+135+170=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C387AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C387AA is #3C7855. Grayscale: #9C9C9C. Windows color (decimal): -3962966 or 11175875. OLE color: 11175875.
HSL color Cylindrical-coordinate representation of color #C387AA: hue angle of 325º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C387AA is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 170 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.24 |
| HSL | 325º | 0.33% | 0.65% | - |
| HSV(B) | 325º | 0.31% | 0.76% | - |
| XYZ | 38.43 | 31.83 | 42.15 | - |
| YUV | 156.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 170 | 0 | 0.31 | 0.13 | 0.24 | 325 | 0.33 | 0.65 |
| Hex | C3 | 87 | AA | 0 | 1F | D | 18 | 145 | 21 | 41 |
| Octal | 303 | 207 | 252 | 0 | 37 | 15 | 30 | 505 | 41 | 101 |
| Binary | 11000011 | 10000111 | 10101010 | 0 | 11111 | 1101 | 11000 | 101000101 | 100001 | 1000001 |
Color Harmonies of #C387AA
Complementary color
Monochromatic Colors of #C387AA
Black with #C387AA
Text Example
Text Example
White with #C387AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C387AA; }
p { color: rgb(195,135,170); }
H1.HeaderClassName
{
color: #C387AA;
}
.AnyTagClassName
{
color: #C387AA;
}
</style>
background-color css
<style>
a { background-color: #C387AA; }
a { background-color: rgb(195,135,170); }
div.DivClassName
{
background-color: #C387AA;
}
.BgClassName
{
background-color: #C387AA;
}
</style>
border-color css
<style>
span { border-color: #C387AA; }
span { border-color: rgb(195,135,170); }
td.TdClassName
{
border-color: #C387AA;
}
.TagClassName
{
border-color: #C387AA;
}
</style>