Shades of Lily #CA8CB3
Tints of Lily #CA8CB3
RGB
CMYK
RGB Variations
Color information
#CA8CB3 (or 0xCA8CB3) is known color: Lily. HEX triplet: CA, 8C and B3. RGB value is (202,140,179). Sum of RGB (Red+Green+Blue) = 202+140+179=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CB3 is #35734C. Grayscale: #A2A2A2. Windows color (decimal): -3502925 or 11766986. OLE color: 11766986.
HSL color Cylindrical-coordinate representation of color #CA8CB3: hue angle of 322.26º 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 #CA8CB3 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 179 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.21 |
| HSL | 322.26º | 0.37% | 0.67% | - |
| HSV(B) | 322.26º | 0.31% | 0.79% | - |
| XYZ | 41.87 | 34.57 | 47.11 | - |
| YUV | 162.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 179 | 0 | 0.31 | 0.11 | 0.21 | 322.26 | 0.37 | 0.67 |
| Hex | CA | 8C | B3 | 0 | 1F | B | 15 | 142 | 25 | 43 |
| Octal | 312 | 214 | 263 | 0 | 37 | 13 | 25 | 502 | 45 | 103 |
| Binary | 11001010 | 10001100 | 10110011 | 0 | 11111 | 1011 | 10101 | 101000010 | 100101 | 1000011 |
Color Harmonies of #CA8CB3
Complementary color
Monochromatic Colors of #CA8CB3
Black with #CA8CB3
Text Example
Text Example
White with #CA8CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8CB3; }
p { color: rgb(202,140,179); }
H1.HeaderClassName
{
color: #CA8CB3;
}
.AnyTagClassName
{
color: #CA8CB3;
}
</style>
background-color css
<style>
a { background-color: #CA8CB3; }
a { background-color: rgb(202,140,179); }
div.DivClassName
{
background-color: #CA8CB3;
}
.BgClassName
{
background-color: #CA8CB3;
}
</style>
border-color css
<style>
span { border-color: #CA8CB3; }
span { border-color: rgb(202,140,179); }
td.TdClassName
{
border-color: #CA8CB3;
}
.TagClassName
{
border-color: #CA8CB3;
}
</style>