Shades of Lily #CA8FBB
Tints of Lily #CA8FBB
RGB
CMYK
RGB Variations
Color information
#CA8FBB (or 0xCA8FBB) is known color: Lily. HEX triplet: CA, 8F and BB. RGB value is (202,143,187). Sum of RGB (Red+Green+Blue) = 202+143+187=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FBB is #357044. Grayscale: #A5A5A5. Windows color (decimal): -3502149 or 12292042. OLE color: 12292042.
HSL color Cylindrical-coordinate representation of color #CA8FBB: hue angle of 315.25º 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 #CA8FBB is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 187 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.21 |
| HSL | 315.25º | 0.36% | 0.68% | - |
| HSV(B) | 315.25º | 0.29% | 0.79% | - |
| XYZ | 43.15 | 35.79 | 51.65 | - |
| YUV | 165.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 187 | 0 | 0.29 | 0.07 | 0.21 | 315.25 | 0.36 | 0.68 |
| Hex | CA | 8F | BB | 0 | 1D | 7 | 15 | 13B | 24 | 44 |
| Octal | 312 | 217 | 273 | 0 | 35 | 7 | 25 | 473 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10111011 | 0 | 11101 | 111 | 10101 | 100111011 | 100100 | 1000100 |
Color Harmonies of #CA8FBB
Complementary color
Monochromatic Colors of #CA8FBB
Black with #CA8FBB
Text Example
Text Example
White with #CA8FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FBB; }
p { color: rgb(202,143,187); }
H1.HeaderClassName
{
color: #CA8FBB;
}
.AnyTagClassName
{
color: #CA8FBB;
}
</style>
background-color css
<style>
a { background-color: #CA8FBB; }
a { background-color: rgb(202,143,187); }
div.DivClassName
{
background-color: #CA8FBB;
}
.BgClassName
{
background-color: #CA8FBB;
}
</style>
border-color css
<style>
span { border-color: #CA8FBB; }
span { border-color: rgb(202,143,187); }
td.TdClassName
{
border-color: #CA8FBB;
}
.TagClassName
{
border-color: #CA8FBB;
}
</style>