Shades of Lily #C38FAC
Tints of Lily #C38FAC
RGB
CMYK
RGB Variations
Color information
#C38FAC (or 0xC38FAC) is known color: Lily. HEX triplet: C3, 8F and AC. RGB value is (195,143,172). Sum of RGB (Red+Green+Blue) = 195+143+172=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38FAC is #3C7053. Grayscale: #A1A1A1. Windows color (decimal): -3960916 or 11308995. OLE color: 11308995.
HSL color Cylindrical-coordinate representation of color #C38FAC: hue angle of 326.54º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C38FAC is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 172 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.24 |
| HSL | 326.54º | 0.3% | 0.66% | - |
| HSV(B) | 326.54º | 0.27% | 0.76% | - |
| XYZ | 39.77 | 34.23 | 43.54 | - |
| YUV | 161.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 172 | 0 | 0.27 | 0.12 | 0.24 | 326.54 | 0.3 | 0.66 |
| Hex | C3 | 8F | AC | 0 | 1B | C | 18 | 147 | 1E | 42 |
| Octal | 303 | 217 | 254 | 0 | 33 | 14 | 30 | 507 | 36 | 102 |
| Binary | 11000011 | 10001111 | 10101100 | 0 | 11011 | 1100 | 11000 | 101000111 | 11110 | 1000010 |
Color Harmonies of #C38FAC
Complementary color
Monochromatic Colors of #C38FAC
Black with #C38FAC
Text Example
Text Example
White with #C38FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38FAC; }
p { color: rgb(195,143,172); }
H1.HeaderClassName
{
color: #C38FAC;
}
.AnyTagClassName
{
color: #C38FAC;
}
</style>
background-color css
<style>
a { background-color: #C38FAC; }
a { background-color: rgb(195,143,172); }
div.DivClassName
{
background-color: #C38FAC;
}
.BgClassName
{
background-color: #C38FAC;
}
</style>
border-color css
<style>
span { border-color: #C38FAC; }
span { border-color: rgb(195,143,172); }
td.TdClassName
{
border-color: #C38FAC;
}
.TagClassName
{
border-color: #C38FAC;
}
</style>