Shades of Lily #C38EAA
Tints of Lily #C38EAA
RGB
CMYK
RGB Variations
Color information
#C38EAA (or 0xC38EAA) is known color: Lily. HEX triplet: C3, 8E and AA. RGB value is (195,142,170). Sum of RGB (Red+Green+Blue) = 195+142+170=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38EAA is #3C7155. Grayscale: #A0A0A0. Windows color (decimal): -3961174 or 11177667. OLE color: 11177667.
HSL color Cylindrical-coordinate representation of color #C38EAA: hue angle of 328.3º 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 #C38EAA is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 170 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.24 |
| HSL | 328.3º | 0.31% | 0.66% | - |
| HSV(B) | 328.3º | 0.27% | 0.76% | - |
| XYZ | 39.43 | 33.85 | 42.49 | - |
| YUV | 161.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 170 | 0 | 0.27 | 0.13 | 0.24 | 328.3 | 0.31 | 0.66 |
| Hex | C3 | 8E | AA | 0 | 1B | D | 18 | 148 | 1F | 42 |
| Octal | 303 | 216 | 252 | 0 | 33 | 15 | 30 | 510 | 37 | 102 |
| Binary | 11000011 | 10001110 | 10101010 | 0 | 11011 | 1101 | 11000 | 101001000 | 11111 | 1000010 |
Color Harmonies of #C38EAA
Complementary color
Monochromatic Colors of #C38EAA
Black with #C38EAA
Text Example
Text Example
White with #C38EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38EAA; }
p { color: rgb(195,142,170); }
H1.HeaderClassName
{
color: #C38EAA;
}
.AnyTagClassName
{
color: #C38EAA;
}
</style>
background-color css
<style>
a { background-color: #C38EAA; }
a { background-color: rgb(195,142,170); }
div.DivClassName
{
background-color: #C38EAA;
}
.BgClassName
{
background-color: #C38EAA;
}
</style>
border-color css
<style>
span { border-color: #C38EAA; }
span { border-color: rgb(195,142,170); }
td.TdClassName
{
border-color: #C38EAA;
}
.TagClassName
{
border-color: #C38EAA;
}
</style>