Shades of Lily #C385AD
Tints of Lily #C385AD
RGB
CMYK
RGB Variations
Color information
#C385AD (or 0xC385AD) is known color: Lily. HEX triplet: C3, 85 and AD. RGB value is (195,133,173). Sum of RGB (Red+Green+Blue) = 195+133+173=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C385AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C385AD is #3C7A52. Grayscale: #9C9C9C. Windows color (decimal): -3963475 or 11371971. OLE color: 11371971.
HSL color Cylindrical-coordinate representation of color #C385AD: hue angle of 321.29º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C385AD is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 173 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.24 |
| HSL | 321.29º | 0.34% | 0.64% | - |
| HSV(B) | 321.29º | 0.32% | 0.76% | - |
| XYZ | 38.44 | 31.39 | 43.57 | - |
| YUV | 156.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 173 | 0 | 0.32 | 0.11 | 0.24 | 321.29 | 0.34 | 0.64 |
| Hex | C3 | 85 | AD | 0 | 20 | B | 18 | 141 | 22 | 40 |
| Octal | 303 | 205 | 255 | 0 | 40 | 13 | 30 | 501 | 42 | 100 |
| Binary | 11000011 | 10000101 | 10101101 | 0 | 100000 | 1011 | 11000 | 101000001 | 100010 | 1000000 |
Color Harmonies of #C385AD
Complementary color
Monochromatic Colors of #C385AD
Black with #C385AD
Text Example
Text Example
White with #C385AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385AD; }
p { color: rgb(195,133,173); }
H1.HeaderClassName
{
color: #C385AD;
}
.AnyTagClassName
{
color: #C385AD;
}
</style>
background-color css
<style>
a { background-color: #C385AD; }
a { background-color: rgb(195,133,173); }
div.DivClassName
{
background-color: #C385AD;
}
.BgClassName
{
background-color: #C385AD;
}
</style>
border-color css
<style>
span { border-color: #C385AD; }
span { border-color: rgb(195,133,173); }
td.TdClassName
{
border-color: #C385AD;
}
.TagClassName
{
border-color: #C385AD;
}
</style>