Shades of Lily #C38FA8
Tints of Lily #C38FA8
RGB
CMYK
RGB Variations
Color information
#C38FA8 (or 0xC38FA8) is known color: Lily. HEX triplet: C3, 8F and A8. RGB value is (195,143,168). Sum of RGB (Red+Green+Blue) = 195+143+168=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38FA8 is #3C7057. Grayscale: #A1A1A1. Windows color (decimal): -3960920 or 11046851. OLE color: 11046851.
HSL color Cylindrical-coordinate representation of color #C38FA8: hue angle of 331.15º 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 #C38FA8 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 168 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.24 |
| HSL | 331.15º | 0.3% | 0.66% | - |
| HSV(B) | 331.15º | 0.27% | 0.76% | - |
| XYZ | 39.4 | 34.07 | 41.55 | - |
| YUV | 161.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 168 | 0 | 0.27 | 0.14 | 0.24 | 331.15 | 0.3 | 0.66 |
| Hex | C3 | 8F | A8 | 0 | 1B | E | 18 | 14B | 1E | 42 |
| Octal | 303 | 217 | 250 | 0 | 33 | 16 | 30 | 513 | 36 | 102 |
| Binary | 11000011 | 10001111 | 10101000 | 0 | 11011 | 1110 | 11000 | 101001011 | 11110 | 1000010 |
Color Harmonies of #C38FA8
Complementary color
Monochromatic Colors of #C38FA8
Black with #C38FA8
Text Example
Text Example
White with #C38FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38FA8; }
p { color: rgb(195,143,168); }
H1.HeaderClassName
{
color: #C38FA8;
}
.AnyTagClassName
{
color: #C38FA8;
}
</style>
background-color css
<style>
a { background-color: #C38FA8; }
a { background-color: rgb(195,143,168); }
div.DivClassName
{
background-color: #C38FA8;
}
.BgClassName
{
background-color: #C38FA8;
}
</style>
border-color css
<style>
span { border-color: #C38FA8; }
span { border-color: rgb(195,143,168); }
td.TdClassName
{
border-color: #C38FA8;
}
.TagClassName
{
border-color: #C38FA8;
}
</style>