Shades of Lily #C289B4
Tints of Lily #C289B4
RGB
CMYK
RGB Variations
Color information
#C289B4 (or 0xC289B4) is known color: Lily. HEX triplet: C2, 89 and B4. RGB value is (194,137,180). Sum of RGB (Red+Green+Blue) = 194+137+180=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C289B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C289B4 is #3D764B. Grayscale: #9E9E9E. Windows color (decimal): -4027980 or 11831746. OLE color: 11831746.
HSL color Cylindrical-coordinate representation of color #C289B4: hue angle of 314.74º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C289B4 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 180 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.24 |
| HSL | 314.74º | 0.32% | 0.65% | - |
| HSV(B) | 314.74º | 0.29% | 0.76% | - |
| XYZ | 39.43 | 32.66 | 47.4 | - |
| YUV | 158.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 180 | 0 | 0.29 | 0.07 | 0.24 | 314.74 | 0.32 | 0.65 |
| Hex | C2 | 89 | B4 | 0 | 1D | 7 | 18 | 13B | 20 | 41 |
| Octal | 302 | 211 | 264 | 0 | 35 | 7 | 30 | 473 | 40 | 101 |
| Binary | 11000010 | 10001001 | 10110100 | 0 | 11101 | 111 | 11000 | 100111011 | 100000 | 1000001 |
Color Harmonies of #C289B4
Complementary color
Monochromatic Colors of #C289B4
Black with #C289B4
Text Example
Text Example
White with #C289B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C289B4; }
p { color: rgb(194,137,180); }
H1.HeaderClassName
{
color: #C289B4;
}
.AnyTagClassName
{
color: #C289B4;
}
</style>
background-color css
<style>
a { background-color: #C289B4; }
a { background-color: rgb(194,137,180); }
div.DivClassName
{
background-color: #C289B4;
}
.BgClassName
{
background-color: #C289B4;
}
</style>
border-color css
<style>
span { border-color: #C289B4; }
span { border-color: rgb(194,137,180); }
td.TdClassName
{
border-color: #C289B4;
}
.TagClassName
{
border-color: #C289B4;
}
</style>