Shades of Lily #CA8CB5
Tints of Lily #CA8CB5
RGB
CMYK
RGB Variations
Color information
#CA8CB5 (or 0xCA8CB5) is known color: Lily. HEX triplet: CA, 8C and B5. RGB value is (202,140,181). Sum of RGB (Red+Green+Blue) = 202+140+181=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CB5 is #35734A. Grayscale: #A3A3A3. Windows color (decimal): -3502923 or 11898058. OLE color: 11898058.
HSL color Cylindrical-coordinate representation of color #CA8CB5: hue angle of 320.32º 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 #CA8CB5 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 181 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.21 |
| HSL | 320.32º | 0.37% | 0.67% | - |
| HSV(B) | 320.32º | 0.31% | 0.79% | - |
| XYZ | 42.08 | 34.65 | 48.19 | - |
| YUV | 163.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 181 | 0 | 0.31 | 0.10 | 0.21 | 320.32 | 0.37 | 0.67 |
| Hex | CA | 8C | B5 | 0 | 1F | A | 15 | 140 | 25 | 43 |
| Octal | 312 | 214 | 265 | 0 | 37 | 12 | 25 | 500 | 45 | 103 |
| Binary | 11001010 | 10001100 | 10110101 | 0 | 11111 | 1010 | 10101 | 101000000 | 100101 | 1000011 |
Color Harmonies of #CA8CB5
Complementary color
Monochromatic Colors of #CA8CB5
Black with #CA8CB5
Text Example
Text Example
White with #CA8CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8CB5; }
p { color: rgb(202,140,181); }
H1.HeaderClassName
{
color: #CA8CB5;
}
.AnyTagClassName
{
color: #CA8CB5;
}
</style>
background-color css
<style>
a { background-color: #CA8CB5; }
a { background-color: rgb(202,140,181); }
div.DivClassName
{
background-color: #CA8CB5;
}
.BgClassName
{
background-color: #CA8CB5;
}
</style>
border-color css
<style>
span { border-color: #CA8CB5; }
span { border-color: rgb(202,140,181); }
td.TdClassName
{
border-color: #CA8CB5;
}
.TagClassName
{
border-color: #CA8CB5;
}
</style>