Shades of Lily #CA8BBB
Tints of Lily #CA8BBB
RGB
CMYK
RGB Variations
Color information
#CA8BBB (or 0xCA8BBB) is known color: Lily. HEX triplet: CA, 8B and BB. RGB value is (202,139,187). Sum of RGB (Red+Green+Blue) = 202+139+187=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BBB is #357444. Grayscale: #A3A3A3. Windows color (decimal): -3503173 or 12291018. OLE color: 12291018.
HSL color Cylindrical-coordinate representation of color #CA8BBB: hue angle of 314.29º 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 #CA8BBB is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 139 | 187 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.21 |
| HSL | 314.29º | 0.37% | 0.67% | - |
| HSV(B) | 314.29º | 0.31% | 0.79% | - |
| XYZ | 42.56 | 34.61 | 51.45 | - |
| YUV | 163.31 | 141.37 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 187 | 0 | 0.31 | 0.07 | 0.21 | 314.29 | 0.37 | 0.67 |
| Hex | CA | 8B | BB | 0 | 1F | 7 | 15 | 13A | 25 | 43 |
| Octal | 312 | 213 | 273 | 0 | 37 | 7 | 25 | 472 | 45 | 103 |
| Binary | 11001010 | 10001011 | 10111011 | 0 | 11111 | 111 | 10101 | 100111010 | 100101 | 1000011 |
Color Harmonies of #CA8BBB
Complementary color
Monochromatic Colors of #CA8BBB
Black with #CA8BBB
Text Example
Text Example
White with #CA8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8BBB; }
p { color: rgb(202,139,187); }
H1.HeaderClassName
{
color: #CA8BBB;
}
.AnyTagClassName
{
color: #CA8BBB;
}
</style>
background-color css
<style>
a { background-color: #CA8BBB; }
a { background-color: rgb(202,139,187); }
div.DivClassName
{
background-color: #CA8BBB;
}
.BgClassName
{
background-color: #CA8BBB;
}
</style>
border-color css
<style>
span { border-color: #CA8BBB; }
span { border-color: rgb(202,139,187); }
td.TdClassName
{
border-color: #CA8BBB;
}
.TagClassName
{
border-color: #CA8BBB;
}
</style>