Shades of Lily #C294B2
Tints of Lily #C294B2
RGB
CMYK
RGB Variations
Color information
#C294B2 (or 0xC294B2) is known color: Lily. HEX triplet: C2, 94 and B2. RGB value is (194,148,178). Sum of RGB (Red+Green+Blue) = 194+148+178=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C294B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C294B2 is #3D6B4D. Grayscale: #A5A5A5. Windows color (decimal): -4025166 or 11703490. OLE color: 11703490.
HSL color Cylindrical-coordinate representation of color #C294B2: hue angle of 320.87º degrees, saturation: 0.27, 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 #C294B2 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 178 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.24 |
| HSL | 320.87º | 0.27% | 0.67% | - |
| HSV(B) | 320.87º | 0.24% | 0.76% | - |
| XYZ | 40.87 | 35.86 | 46.89 | - |
| YUV | 165.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 178 | 0 | 0.24 | 0.08 | 0.24 | 320.87 | 0.27 | 0.67 |
| Hex | C2 | 94 | B2 | 0 | 18 | 8 | 18 | 141 | 1B | 43 |
| Octal | 302 | 224 | 262 | 0 | 30 | 10 | 30 | 501 | 33 | 103 |
| Binary | 11000010 | 10010100 | 10110010 | 0 | 11000 | 1000 | 11000 | 101000001 | 11011 | 1000011 |
Color Harmonies of #C294B2
Complementary color
Monochromatic Colors of #C294B2
Black with #C294B2
Text Example
Text Example
White with #C294B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C294B2; }
p { color: rgb(194,148,178); }
H1.HeaderClassName
{
color: #C294B2;
}
.AnyTagClassName
{
color: #C294B2;
}
</style>
background-color css
<style>
a { background-color: #C294B2; }
a { background-color: rgb(194,148,178); }
div.DivClassName
{
background-color: #C294B2;
}
.BgClassName
{
background-color: #C294B2;
}
</style>
border-color css
<style>
span { border-color: #C294B2; }
span { border-color: rgb(194,148,178); }
td.TdClassName
{
border-color: #C294B2;
}
.TagClassName
{
border-color: #C294B2;
}
</style>