Shades of Lily #CA8DBB
Tints of Lily #CA8DBB
RGB
CMYK
RGB Variations
Color information
#CA8DBB (or 0xCA8DBB) is known color: Lily. HEX triplet: CA, 8D and BB. RGB value is (202,141,187). Sum of RGB (Red+Green+Blue) = 202+141+187=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DBB is #357244. Grayscale: #A4A4A4. Windows color (decimal): -3502661 or 12291530. OLE color: 12291530.
HSL color Cylindrical-coordinate representation of color #CA8DBB: hue angle of 314.75º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8DBB is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 187 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.21 |
| HSL | 314.75º | 0.37% | 0.67% | - |
| HSV(B) | 314.75º | 0.3% | 0.79% | - |
| XYZ | 42.85 | 35.19 | 51.55 | - |
| YUV | 164.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 187 | 0 | 0.30 | 0.07 | 0.21 | 314.75 | 0.37 | 0.67 |
| Hex | CA | 8D | BB | 0 | 1E | 7 | 15 | 13B | 25 | 43 |
| Octal | 312 | 215 | 273 | 0 | 36 | 7 | 25 | 473 | 45 | 103 |
| Binary | 11001010 | 10001101 | 10111011 | 0 | 11110 | 111 | 10101 | 100111011 | 100101 | 1000011 |
Color Harmonies of #CA8DBB
Complementary color
Monochromatic Colors of #CA8DBB
Black with #CA8DBB
Text Example
Text Example
White with #CA8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8DBB; }
p { color: rgb(202,141,187); }
H1.HeaderClassName
{
color: #CA8DBB;
}
.AnyTagClassName
{
color: #CA8DBB;
}
</style>
background-color css
<style>
a { background-color: #CA8DBB; }
a { background-color: rgb(202,141,187); }
div.DivClassName
{
background-color: #CA8DBB;
}
.BgClassName
{
background-color: #CA8DBB;
}
</style>
border-color css
<style>
span { border-color: #CA8DBB; }
span { border-color: rgb(202,141,187); }
td.TdClassName
{
border-color: #CA8DBB;
}
.TagClassName
{
border-color: #CA8DBB;
}
</style>