Shades of Lily #C291B5
Tints of Lily #C291B5
RGB
CMYK
RGB Variations
Color information
#C291B5 (or 0xC291B5) is known color: Lily. HEX triplet: C2, 91 and B5. RGB value is (194,145,181). Sum of RGB (Red+Green+Blue) = 194+145+181=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C291B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291B5 is #3D6E4A. Grayscale: #A3A3A3. Windows color (decimal): -4025931 or 11899330. OLE color: 11899330.
HSL color Cylindrical-coordinate representation of color #C291B5: hue angle of 315.92º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C291B5 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 181 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.24 |
| HSL | 315.92º | 0.29% | 0.66% | - |
| HSV(B) | 315.92º | 0.25% | 0.76% | - |
| XYZ | 40.71 | 35.06 | 48.34 | - |
| YUV | 163.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 181 | 0 | 0.25 | 0.07 | 0.24 | 315.92 | 0.29 | 0.66 |
| Hex | C2 | 91 | B5 | 0 | 19 | 7 | 18 | 13C | 1D | 42 |
| Octal | 302 | 221 | 265 | 0 | 31 | 7 | 30 | 474 | 35 | 102 |
| Binary | 11000010 | 10010001 | 10110101 | 0 | 11001 | 111 | 11000 | 100111100 | 11101 | 1000010 |
Color Harmonies of #C291B5
Complementary color
Monochromatic Colors of #C291B5
Black with #C291B5
Text Example
Text Example
White with #C291B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C291B5; }
p { color: rgb(194,145,181); }
H1.HeaderClassName
{
color: #C291B5;
}
.AnyTagClassName
{
color: #C291B5;
}
</style>
background-color css
<style>
a { background-color: #C291B5; }
a { background-color: rgb(194,145,181); }
div.DivClassName
{
background-color: #C291B5;
}
.BgClassName
{
background-color: #C291B5;
}
</style>
border-color css
<style>
span { border-color: #C291B5; }
span { border-color: rgb(194,145,181); }
td.TdClassName
{
border-color: #C291B5;
}
.TagClassName
{
border-color: #C291B5;
}
</style>