Shades of Lily #C395BA
Tints of Lily #C395BA
RGB
CMYK
RGB Variations
Color information
#C395BA (or 0xC395BA) is known color: Lily. HEX triplet: C3, 95 and BA. RGB value is (195,149,186). Sum of RGB (Red+Green+Blue) = 195+149+186=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C395BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395BA is #3C6A45. Grayscale: #A6A6A6. Windows color (decimal): -3959366 or 12228035. OLE color: 12228035.
HSL color Cylindrical-coordinate representation of color #C395BA: hue angle of 311.74º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C395BA is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 186 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.24 |
| HSL | 311.74º | 0.28% | 0.67% | - |
| HSV(B) | 311.74º | 0.24% | 0.76% | - |
| XYZ | 42.12 | 36.64 | 51.31 | - |
| YUV | 166.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 186 | 0 | 0.24 | 0.05 | 0.24 | 311.74 | 0.28 | 0.67 |
| Hex | C3 | 95 | BA | 0 | 18 | 5 | 18 | 138 | 1C | 43 |
| Octal | 303 | 225 | 272 | 0 | 30 | 5 | 30 | 470 | 34 | 103 |
| Binary | 11000011 | 10010101 | 10111010 | 0 | 11000 | 101 | 11000 | 100111000 | 11100 | 1000011 |
Color Harmonies of #C395BA
Complementary color
Monochromatic Colors of #C395BA
Black with #C395BA
Text Example
Text Example
White with #C395BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C395BA; }
p { color: rgb(195,149,186); }
H1.HeaderClassName
{
color: #C395BA;
}
.AnyTagClassName
{
color: #C395BA;
}
</style>
background-color css
<style>
a { background-color: #C395BA; }
a { background-color: rgb(195,149,186); }
div.DivClassName
{
background-color: #C395BA;
}
.BgClassName
{
background-color: #C395BA;
}
</style>
border-color css
<style>
span { border-color: #C395BA; }
span { border-color: rgb(195,149,186); }
td.TdClassName
{
border-color: #C395BA;
}
.TagClassName
{
border-color: #C395BA;
}
</style>