Shades of Lily #C38AAF
Tints of Lily #C38AAF
RGB
CMYK
RGB Variations
Color information
#C38AAF (or 0xC38AAF) is known color: Lily. HEX triplet: C3, 8A and AF. RGB value is (195,138,175). Sum of RGB (Red+Green+Blue) = 195+138+175=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38AAF is #3C7550. Grayscale: #9F9F9F. Windows color (decimal): -3962193 or 11504323. OLE color: 11504323.
HSL color Cylindrical-coordinate representation of color #C38AAF: hue angle of 321.05º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38AAF is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 175 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.24 |
| HSL | 321.05º | 0.32% | 0.65% | - |
| HSV(B) | 321.05º | 0.29% | 0.76% | - |
| XYZ | 39.33 | 32.87 | 44.83 | - |
| YUV | 159.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 175 | 0 | 0.29 | 0.10 | 0.24 | 321.05 | 0.32 | 0.65 |
| Hex | C3 | 8A | AF | 0 | 1D | A | 18 | 141 | 20 | 41 |
| Octal | 303 | 212 | 257 | 0 | 35 | 12 | 30 | 501 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10101111 | 0 | 11101 | 1010 | 11000 | 101000001 | 100000 | 1000001 |
Color Harmonies of #C38AAF
Complementary color
Monochromatic Colors of #C38AAF
Black with #C38AAF
Text Example
Text Example
White with #C38AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38AAF; }
p { color: rgb(195,138,175); }
H1.HeaderClassName
{
color: #C38AAF;
}
.AnyTagClassName
{
color: #C38AAF;
}
</style>
background-color css
<style>
a { background-color: #C38AAF; }
a { background-color: rgb(195,138,175); }
div.DivClassName
{
background-color: #C38AAF;
}
.BgClassName
{
background-color: #C38AAF;
}
</style>
border-color css
<style>
span { border-color: #C38AAF; }
span { border-color: rgb(195,138,175); }
td.TdClassName
{
border-color: #C38AAF;
}
.TagClassName
{
border-color: #C38AAF;
}
</style>