Shades of Lily #CA8FB7
Tints of Lily #CA8FB7
RGB
CMYK
RGB Variations
Color information
#CA8FB7 (or 0xCA8FB7) is known color: Lily. HEX triplet: CA, 8F and B7. RGB value is (202,143,183). Sum of RGB (Red+Green+Blue) = 202+143+183=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FB7 is #357048. Grayscale: #A5A5A5. Windows color (decimal): -3502153 or 12029898. OLE color: 12029898.
HSL color Cylindrical-coordinate representation of color #CA8FB7: hue angle of 319.32º 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 #CA8FB7 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 183 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.21 |
| HSL | 319.32º | 0.36% | 0.68% | - |
| HSV(B) | 319.32º | 0.29% | 0.79% | - |
| XYZ | 42.73 | 35.62 | 49.42 | - |
| YUV | 165.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 183 | 0 | 0.29 | 0.09 | 0.21 | 319.32 | 0.36 | 0.68 |
| Hex | CA | 8F | B7 | 0 | 1D | 9 | 15 | 13F | 24 | 44 |
| Octal | 312 | 217 | 267 | 0 | 35 | 11 | 25 | 477 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10110111 | 0 | 11101 | 1001 | 10101 | 100111111 | 100100 | 1000100 |
Color Harmonies of #CA8FB7
Complementary color
Monochromatic Colors of #CA8FB7
Black with #CA8FB7
Text Example
Text Example
White with #CA8FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FB7; }
p { color: rgb(202,143,183); }
H1.HeaderClassName
{
color: #CA8FB7;
}
.AnyTagClassName
{
color: #CA8FB7;
}
</style>
background-color css
<style>
a { background-color: #CA8FB7; }
a { background-color: rgb(202,143,183); }
div.DivClassName
{
background-color: #CA8FB7;
}
.BgClassName
{
background-color: #CA8FB7;
}
</style>
border-color css
<style>
span { border-color: #CA8FB7; }
span { border-color: rgb(202,143,183); }
td.TdClassName
{
border-color: #CA8FB7;
}
.TagClassName
{
border-color: #CA8FB7;
}
</style>