Shades of Lily #C291B7
Tints of Lily #C291B7
RGB
CMYK
RGB Variations
Color information
#C291B7 (or 0xC291B7) is known color: Lily. HEX triplet: C2, 91 and B7. RGB value is (194,145,183). Sum of RGB (Red+Green+Blue) = 194+145+183=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C291B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291B7 is #3D6E48. Grayscale: #A3A3A3. Windows color (decimal): -4025929 or 12030402. OLE color: 12030402.
HSL color Cylindrical-coordinate representation of color #C291B7: hue angle of 313.47º 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 #C291B7 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 183 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.24 |
| HSL | 313.47º | 0.29% | 0.66% | - |
| HSV(B) | 313.47º | 0.25% | 0.76% | - |
| XYZ | 40.92 | 35.14 | 49.43 | - |
| YUV | 163.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 183 | 0 | 0.25 | 0.06 | 0.24 | 313.47 | 0.29 | 0.66 |
| Hex | C2 | 91 | B7 | 0 | 19 | 6 | 18 | 139 | 1D | 42 |
| Octal | 302 | 221 | 267 | 0 | 31 | 6 | 30 | 471 | 35 | 102 |
| Binary | 11000010 | 10010001 | 10110111 | 0 | 11001 | 110 | 11000 | 100111001 | 11101 | 1000010 |
Color Harmonies of #C291B7
Complementary color
Monochromatic Colors of #C291B7
Black with #C291B7
Text Example
Text Example
White with #C291B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C291B7; }
p { color: rgb(194,145,183); }
H1.HeaderClassName
{
color: #C291B7;
}
.AnyTagClassName
{
color: #C291B7;
}
</style>
background-color css
<style>
a { background-color: #C291B7; }
a { background-color: rgb(194,145,183); }
div.DivClassName
{
background-color: #C291B7;
}
.BgClassName
{
background-color: #C291B7;
}
</style>
border-color css
<style>
span { border-color: #C291B7; }
span { border-color: rgb(194,145,183); }
td.TdClassName
{
border-color: #C291B7;
}
.TagClassName
{
border-color: #C291B7;
}
</style>