Shades of Lily #C38FB0
Tints of Lily #C38FB0
RGB
CMYK
RGB Variations
Color information
#C38FB0 (or 0xC38FB0) is known color: Lily. HEX triplet: C3, 8F and B0. RGB value is (195,143,176). Sum of RGB (Red+Green+Blue) = 195+143+176=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38FB0 is #3C704F. Grayscale: #A2A2A2. Windows color (decimal): -3960912 or 11571139. OLE color: 11571139.
HSL color Cylindrical-coordinate representation of color #C38FB0: hue angle of 321.92º 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 #C38FB0 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 176 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.24 |
| HSL | 321.92º | 0.3% | 0.66% | - |
| HSV(B) | 321.92º | 0.27% | 0.76% | - |
| XYZ | 40.16 | 34.38 | 45.59 | - |
| YUV | 162.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 176 | 0 | 0.27 | 0.10 | 0.24 | 321.92 | 0.3 | 0.66 |
| Hex | C3 | 8F | B0 | 0 | 1B | A | 18 | 142 | 1E | 42 |
| Octal | 303 | 217 | 260 | 0 | 33 | 12 | 30 | 502 | 36 | 102 |
| Binary | 11000011 | 10001111 | 10110000 | 0 | 11011 | 1010 | 11000 | 101000010 | 11110 | 1000010 |
Color Harmonies of #C38FB0
Complementary color
Monochromatic Colors of #C38FB0
Black with #C38FB0
Text Example
Text Example
White with #C38FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38FB0; }
p { color: rgb(195,143,176); }
H1.HeaderClassName
{
color: #C38FB0;
}
.AnyTagClassName
{
color: #C38FB0;
}
</style>
background-color css
<style>
a { background-color: #C38FB0; }
a { background-color: rgb(195,143,176); }
div.DivClassName
{
background-color: #C38FB0;
}
.BgClassName
{
background-color: #C38FB0;
}
</style>
border-color css
<style>
span { border-color: #C38FB0; }
span { border-color: rgb(195,143,176); }
td.TdClassName
{
border-color: #C38FB0;
}
.TagClassName
{
border-color: #C38FB0;
}
</style>