Shades of Lily #C290B7
Tints of Lily #C290B7
RGB
CMYK
RGB Variations
Color information
#C290B7 (or 0xC290B7) is known color: Lily. HEX triplet: C2, 90 and B7. RGB value is (194,144,183). Sum of RGB (Red+Green+Blue) = 194+144+183=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C290B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290B7 is #3D6F48. Grayscale: #A3A3A3. Windows color (decimal): -4026185 or 12030146. OLE color: 12030146.
HSL color Cylindrical-coordinate representation of color #C290B7: hue angle of 313.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C290B7 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 183 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.24 |
| HSL | 313.2º | 0.29% | 0.66% | - |
| HSV(B) | 313.2º | 0.26% | 0.76% | - |
| XYZ | 40.77 | 34.83 | 49.37 | - |
| YUV | 163.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 183 | 0 | 0.26 | 0.06 | 0.24 | 313.2 | 0.29 | 0.66 |
| Hex | C2 | 90 | B7 | 0 | 1A | 6 | 18 | 139 | 1D | 42 |
| Octal | 302 | 220 | 267 | 0 | 32 | 6 | 30 | 471 | 35 | 102 |
| Binary | 11000010 | 10010000 | 10110111 | 0 | 11010 | 110 | 11000 | 100111001 | 11101 | 1000010 |
Color Harmonies of #C290B7
Complementary color
Monochromatic Colors of #C290B7
Black with #C290B7
Text Example
Text Example
White with #C290B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290B7; }
p { color: rgb(194,144,183); }
H1.HeaderClassName
{
color: #C290B7;
}
.AnyTagClassName
{
color: #C290B7;
}
</style>
background-color css
<style>
a { background-color: #C290B7; }
a { background-color: rgb(194,144,183); }
div.DivClassName
{
background-color: #C290B7;
}
.BgClassName
{
background-color: #C290B7;
}
</style>
border-color css
<style>
span { border-color: #C290B7; }
span { border-color: rgb(194,144,183); }
td.TdClassName
{
border-color: #C290B7;
}
.TagClassName
{
border-color: #C290B7;
}
</style>