Shades of Lily #C38FB6
Tints of Lily #C38FB6
RGB
CMYK
RGB Variations
Color information
#C38FB6 (or 0xC38FB6) is known color: Lily. HEX triplet: C3, 8F and B6. RGB value is (195,143,182). Sum of RGB (Red+Green+Blue) = 195+143+182=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FB6 is #3C7049. Grayscale: #A2A2A2. Windows color (decimal): -3960906 or 11964355. OLE color: 11964355.
HSL color Cylindrical-coordinate representation of color #C38FB6: hue angle of 315º 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 #C38FB6 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 182 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.24 |
| HSL | 315º | 0.3% | 0.66% | - |
| HSV(B) | 315º | 0.27% | 0.76% | - |
| XYZ | 40.77 | 34.62 | 48.79 | - |
| YUV | 162.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 182 | 0 | 0.27 | 0.07 | 0.24 | 315 | 0.3 | 0.66 |
| Hex | C3 | 8F | B6 | 0 | 1B | 7 | 18 | 13B | 1E | 42 |
| Octal | 303 | 217 | 266 | 0 | 33 | 7 | 30 | 473 | 36 | 102 |
| Binary | 11000011 | 10001111 | 10110110 | 0 | 11011 | 111 | 11000 | 100111011 | 11110 | 1000010 |
Color Harmonies of #C38FB6
Complementary color
Monochromatic Colors of #C38FB6
Black with #C38FB6
Text Example
Text Example
White with #C38FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38FB6; }
p { color: rgb(195,143,182); }
H1.HeaderClassName
{
color: #C38FB6;
}
.AnyTagClassName
{
color: #C38FB6;
}
</style>
background-color css
<style>
a { background-color: #C38FB6; }
a { background-color: rgb(195,143,182); }
div.DivClassName
{
background-color: #C38FB6;
}
.BgClassName
{
background-color: #C38FB6;
}
</style>
border-color css
<style>
span { border-color: #C38FB6; }
span { border-color: rgb(195,143,182); }
td.TdClassName
{
border-color: #C38FB6;
}
.TagClassName
{
border-color: #C38FB6;
}
</style>