Shades of Lily #C590B4
Tints of Lily #C590B4
RGB
CMYK
RGB Variations
Color information
#C590B4 (or 0xC590B4) is known color: Lily. HEX triplet: C5, 90 and B4. RGB value is (197,144,180). Sum of RGB (Red+Green+Blue) = 197+144+180=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C590B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C590B4 is #3A6F4B. Grayscale: #A3A3A3. Windows color (decimal): -3829580 or 11833541. OLE color: 11833541.
HSL color Cylindrical-coordinate representation of color #C590B4: hue angle of 319.25º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C590B4 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 180 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.23 |
| HSL | 319.25º | 0.31% | 0.67% | - |
| HSV(B) | 319.25º | 0.27% | 0.77% | - |
| XYZ | 41.24 | 35.11 | 47.78 | - |
| YUV | 163.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 180 | 0 | 0.27 | 0.09 | 0.23 | 319.25 | 0.31 | 0.67 |
| Hex | C5 | 90 | B4 | 0 | 1B | 9 | 17 | 13F | 1F | 43 |
| Octal | 305 | 220 | 264 | 0 | 33 | 11 | 27 | 477 | 37 | 103 |
| Binary | 11000101 | 10010000 | 10110100 | 0 | 11011 | 1001 | 10111 | 100111111 | 11111 | 1000011 |
Color Harmonies of #C590B4
Complementary color
Monochromatic Colors of #C590B4
Black with #C590B4
Text Example
Text Example
White with #C590B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C590B4; }
p { color: rgb(197,144,180); }
H1.HeaderClassName
{
color: #C590B4;
}
.AnyTagClassName
{
color: #C590B4;
}
</style>
background-color css
<style>
a { background-color: #C590B4; }
a { background-color: rgb(197,144,180); }
div.DivClassName
{
background-color: #C590B4;
}
.BgClassName
{
background-color: #C590B4;
}
</style>
border-color css
<style>
span { border-color: #C590B4; }
span { border-color: rgb(197,144,180); }
td.TdClassName
{
border-color: #C590B4;
}
.TagClassName
{
border-color: #C590B4;
}
</style>