Shades of Lily #C38EAF
Tints of Lily #C38EAF
RGB
CMYK
RGB Variations
Color information
#C38EAF (or 0xC38EAF) is known color: Lily. HEX triplet: C3, 8E and AF. RGB value is (195,142,175). Sum of RGB (Red+Green+Blue) = 195+142+175=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38EAF is #3C7150. Grayscale: #A1A1A1. Windows color (decimal): -3961169 or 11505347. OLE color: 11505347.
HSL color Cylindrical-coordinate representation of color #C38EAF: hue angle of 322.64º degrees, saturation: 0.31, 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 #C38EAF is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 175 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.24 |
| HSL | 322.64º | 0.31% | 0.66% | - |
| HSV(B) | 322.64º | 0.27% | 0.76% | - |
| XYZ | 39.92 | 34.04 | 45.02 | - |
| YUV | 161.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 175 | 0 | 0.27 | 0.10 | 0.24 | 322.64 | 0.31 | 0.66 |
| Hex | C3 | 8E | AF | 0 | 1B | A | 18 | 143 | 1F | 42 |
| Octal | 303 | 216 | 257 | 0 | 33 | 12 | 30 | 503 | 37 | 102 |
| Binary | 11000011 | 10001110 | 10101111 | 0 | 11011 | 1010 | 11000 | 101000011 | 11111 | 1000010 |
Color Harmonies of #C38EAF
Complementary color
Monochromatic Colors of #C38EAF
Black with #C38EAF
Text Example
Text Example
White with #C38EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38EAF; }
p { color: rgb(195,142,175); }
H1.HeaderClassName
{
color: #C38EAF;
}
.AnyTagClassName
{
color: #C38EAF;
}
</style>
background-color css
<style>
a { background-color: #C38EAF; }
a { background-color: rgb(195,142,175); }
div.DivClassName
{
background-color: #C38EAF;
}
.BgClassName
{
background-color: #C38EAF;
}
</style>
border-color css
<style>
span { border-color: #C38EAF; }
span { border-color: rgb(195,142,175); }
td.TdClassName
{
border-color: #C38EAF;
}
.TagClassName
{
border-color: #C38EAF;
}
</style>