Shades of Lily #CA8BB5
Tints of Lily #CA8BB5
RGB
CMYK
RGB Variations
Color information
#CA8BB5 (or 0xCA8BB5) is known color: Lily. HEX triplet: CA, 8B and B5. RGB value is (202,139,181). Sum of RGB (Red+Green+Blue) = 202+139+181=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BB5 is #35744A. Grayscale: #A2A2A2. Windows color (decimal): -3503179 or 11897802. OLE color: 11897802.
HSL color Cylindrical-coordinate representation of color #CA8BB5: hue angle of 320º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8BB5 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 139 | 181 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.21 |
| HSL | 320º | 0.37% | 0.67% | - |
| HSV(B) | 320º | 0.31% | 0.79% | - |
| XYZ | 41.93 | 34.36 | 48.14 | - |
| YUV | 162.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 181 | 0 | 0.31 | 0.10 | 0.21 | 320 | 0.37 | 0.67 |
| Hex | CA | 8B | B5 | 0 | 1F | A | 15 | 140 | 25 | 43 |
| Octal | 312 | 213 | 265 | 0 | 37 | 12 | 25 | 500 | 45 | 103 |
| Binary | 11001010 | 10001011 | 10110101 | 0 | 11111 | 1010 | 10101 | 101000000 | 100101 | 1000011 |
Color Harmonies of #CA8BB5
Complementary color
Monochromatic Colors of #CA8BB5
Black with #CA8BB5
Text Example
Text Example
White with #CA8BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8BB5; }
p { color: rgb(202,139,181); }
H1.HeaderClassName
{
color: #CA8BB5;
}
.AnyTagClassName
{
color: #CA8BB5;
}
</style>
background-color css
<style>
a { background-color: #CA8BB5; }
a { background-color: rgb(202,139,181); }
div.DivClassName
{
background-color: #CA8BB5;
}
.BgClassName
{
background-color: #CA8BB5;
}
</style>
border-color css
<style>
span { border-color: #CA8BB5; }
span { border-color: rgb(202,139,181); }
td.TdClassName
{
border-color: #CA8BB5;
}
.TagClassName
{
border-color: #CA8BB5;
}
</style>