Shades of Lily #CA8CBB
Tints of Lily #CA8CBB
RGB
CMYK
RGB Variations
Color information
#CA8CBB (or 0xCA8CBB) is known color: Lily. HEX triplet: CA, 8C and BB. RGB value is (202,140,187). Sum of RGB (Red+Green+Blue) = 202+140+187=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CBB is #357344. Grayscale: #A3A3A3. Windows color (decimal): -3502917 or 12291274. OLE color: 12291274.
HSL color Cylindrical-coordinate representation of color #CA8CBB: hue angle of 314.52º 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 #CA8CBB is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 187 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.21 |
| HSL | 314.52º | 0.37% | 0.67% | - |
| HSV(B) | 314.52º | 0.31% | 0.79% | - |
| XYZ | 42.7 | 34.9 | 51.5 | - |
| YUV | 163.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 187 | 0 | 0.31 | 0.07 | 0.21 | 314.52 | 0.37 | 0.67 |
| Hex | CA | 8C | BB | 0 | 1F | 7 | 15 | 13B | 25 | 43 |
| Octal | 312 | 214 | 273 | 0 | 37 | 7 | 25 | 473 | 45 | 103 |
| Binary | 11001010 | 10001100 | 10111011 | 0 | 11111 | 111 | 10101 | 100111011 | 100101 | 1000011 |
Color Harmonies of #CA8CBB
Complementary color
Monochromatic Colors of #CA8CBB
Black with #CA8CBB
Text Example
Text Example
White with #CA8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8CBB; }
p { color: rgb(202,140,187); }
H1.HeaderClassName
{
color: #CA8CBB;
}
.AnyTagClassName
{
color: #CA8CBB;
}
</style>
background-color css
<style>
a { background-color: #CA8CBB; }
a { background-color: rgb(202,140,187); }
div.DivClassName
{
background-color: #CA8CBB;
}
.BgClassName
{
background-color: #CA8CBB;
}
</style>
border-color css
<style>
span { border-color: #CA8CBB; }
span { border-color: rgb(202,140,187); }
td.TdClassName
{
border-color: #CA8CBB;
}
.TagClassName
{
border-color: #CA8CBB;
}
</style>