Shades of Lily #C386B0
Tints of Lily #C386B0
RGB
CMYK
RGB Variations
Color information
#C386B0 (or 0xC386B0) is known color: Lily. HEX triplet: C3, 86 and B0. RGB value is (195,134,176). Sum of RGB (Red+Green+Blue) = 195+134+176=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C386B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C386B0 is #3C794F. Grayscale: #9C9C9C. Windows color (decimal): -3963216 or 11568835. OLE color: 11568835.
HSL color Cylindrical-coordinate representation of color #C386B0: hue angle of 318.69º degrees, saturation: 0.34, 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 #C386B0 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 176 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.24 |
| HSL | 318.69º | 0.34% | 0.65% | - |
| HSV(B) | 318.69º | 0.31% | 0.76% | - |
| XYZ | 38.87 | 31.79 | 45.16 | - |
| YUV | 157.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 176 | 0 | 0.31 | 0.10 | 0.24 | 318.69 | 0.34 | 0.65 |
| Hex | C3 | 86 | B0 | 0 | 1F | A | 18 | 13F | 22 | 41 |
| Octal | 303 | 206 | 260 | 0 | 37 | 12 | 30 | 477 | 42 | 101 |
| Binary | 11000011 | 10000110 | 10110000 | 0 | 11111 | 1010 | 11000 | 100111111 | 100010 | 1000001 |
Color Harmonies of #C386B0
Complementary color
Monochromatic Colors of #C386B0
Black with #C386B0
Text Example
Text Example
White with #C386B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386B0; }
p { color: rgb(195,134,176); }
H1.HeaderClassName
{
color: #C386B0;
}
.AnyTagClassName
{
color: #C386B0;
}
</style>
background-color css
<style>
a { background-color: #C386B0; }
a { background-color: rgb(195,134,176); }
div.DivClassName
{
background-color: #C386B0;
}
.BgClassName
{
background-color: #C386B0;
}
</style>
border-color css
<style>
span { border-color: #C386B0; }
span { border-color: rgb(195,134,176); }
td.TdClassName
{
border-color: #C386B0;
}
.TagClassName
{
border-color: #C386B0;
}
</style>