Shades of Lily #CA8FBC
Tints of Lily #CA8FBC
RGB
CMYK
RGB Variations
Color information
#CA8FBC (or 0xCA8FBC) is known color: Lily. HEX triplet: CA, 8F and BC. RGB value is (202,143,188). Sum of RGB (Red+Green+Blue) = 202+143+188=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FBC is #357043. Grayscale: #A5A5A5. Windows color (decimal): -3502148 or 12357578. OLE color: 12357578.
HSL color Cylindrical-coordinate representation of color #CA8FBC: hue angle of 314.24º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8FBC is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 188 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.21 |
| HSL | 314.24º | 0.36% | 0.68% | - |
| HSV(B) | 314.24º | 0.29% | 0.79% | - |
| XYZ | 43.26 | 35.83 | 52.21 | - |
| YUV | 165.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 188 | 0 | 0.29 | 0.07 | 0.21 | 314.24 | 0.36 | 0.68 |
| Hex | CA | 8F | BC | 0 | 1D | 7 | 15 | 13A | 24 | 44 |
| Octal | 312 | 217 | 274 | 0 | 35 | 7 | 25 | 472 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10111100 | 0 | 11101 | 111 | 10101 | 100111010 | 100100 | 1000100 |
Color Harmonies of #CA8FBC
Complementary color
Monochromatic Colors of #CA8FBC
Black with #CA8FBC
Text Example
Text Example
White with #CA8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FBC; }
p { color: rgb(202,143,188); }
H1.HeaderClassName
{
color: #CA8FBC;
}
.AnyTagClassName
{
color: #CA8FBC;
}
</style>
background-color css
<style>
a { background-color: #CA8FBC; }
a { background-color: rgb(202,143,188); }
div.DivClassName
{
background-color: #CA8FBC;
}
.BgClassName
{
background-color: #CA8FBC;
}
</style>
border-color css
<style>
span { border-color: #CA8FBC; }
span { border-color: rgb(202,143,188); }
td.TdClassName
{
border-color: #CA8FBC;
}
.TagClassName
{
border-color: #CA8FBC;
}
</style>