Shades of Lily #C293BA
Tints of Lily #C293BA
RGB
CMYK
RGB Variations
Color information
#C293BA (or 0xC293BA) is known color: Lily. HEX triplet: C2, 93 and BA. RGB value is (194,147,186). Sum of RGB (Red+Green+Blue) = 194+147+186=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C293BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293BA is #3D6C45. Grayscale: #A5A5A5. Windows color (decimal): -4025414 or 12227522. OLE color: 12227522.
HSL color Cylindrical-coordinate representation of color #C293BA: hue angle of 310.21º 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 #C293BA is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 186 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.24 |
| HSL | 310.21º | 0.28% | 0.67% | - |
| HSV(B) | 310.21º | 0.24% | 0.76% | - |
| XYZ | 41.54 | 35.88 | 51.19 | - |
| YUV | 165.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 186 | 0 | 0.24 | 0.04 | 0.24 | 310.21 | 0.28 | 0.67 |
| Hex | C2 | 93 | BA | 0 | 18 | 4 | 18 | 136 | 1C | 43 |
| Octal | 302 | 223 | 272 | 0 | 30 | 4 | 30 | 466 | 34 | 103 |
| Binary | 11000010 | 10010011 | 10111010 | 0 | 11000 | 100 | 11000 | 100110110 | 11100 | 1000011 |
Color Harmonies of #C293BA
Complementary color
Monochromatic Colors of #C293BA
Black with #C293BA
Text Example
Text Example
White with #C293BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293BA; }
p { color: rgb(194,147,186); }
H1.HeaderClassName
{
color: #C293BA;
}
.AnyTagClassName
{
color: #C293BA;
}
</style>
background-color css
<style>
a { background-color: #C293BA; }
a { background-color: rgb(194,147,186); }
div.DivClassName
{
background-color: #C293BA;
}
.BgClassName
{
background-color: #C293BA;
}
</style>
border-color css
<style>
span { border-color: #C293BA; }
span { border-color: rgb(194,147,186); }
td.TdClassName
{
border-color: #C293BA;
}
.TagClassName
{
border-color: #C293BA;
}
</style>