Shades of Lily #CA8BBD
Tints of Lily #CA8BBD
RGB
CMYK
RGB Variations
Color information
#CA8BBD (or 0xCA8BBD) is known color: Lily. HEX triplet: CA, 8B and BD. RGB value is (202,139,189). Sum of RGB (Red+Green+Blue) = 202+139+189=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BBD is #357442. Grayscale: #A3A3A3. Windows color (decimal): -3503171 or 12422090. OLE color: 12422090.
HSL color Cylindrical-coordinate representation of color #CA8BBD: hue angle of 312.38º 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 #CA8BBD is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 139 | 189 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.21 |
| HSL | 312.38º | 0.37% | 0.67% | - |
| HSV(B) | 312.38º | 0.31% | 0.79% | - |
| XYZ | 42.78 | 34.7 | 52.59 | - |
| YUV | 163.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 189 | 0 | 0.31 | 0.06 | 0.21 | 312.38 | 0.37 | 0.67 |
| Hex | CA | 8B | BD | 0 | 1F | 6 | 15 | 138 | 25 | 43 |
| Octal | 312 | 213 | 275 | 0 | 37 | 6 | 25 | 470 | 45 | 103 |
| Binary | 11001010 | 10001011 | 10111101 | 0 | 11111 | 110 | 10101 | 100111000 | 100101 | 1000011 |
Color Harmonies of #CA8BBD
Complementary color
Monochromatic Colors of #CA8BBD
Black with #CA8BBD
Text Example
Text Example
White with #CA8BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8BBD; }
p { color: rgb(202,139,189); }
H1.HeaderClassName
{
color: #CA8BBD;
}
.AnyTagClassName
{
color: #CA8BBD;
}
</style>
background-color css
<style>
a { background-color: #CA8BBD; }
a { background-color: rgb(202,139,189); }
div.DivClassName
{
background-color: #CA8BBD;
}
.BgClassName
{
background-color: #CA8BBD;
}
</style>
border-color css
<style>
span { border-color: #CA8BBD; }
span { border-color: rgb(202,139,189); }
td.TdClassName
{
border-color: #CA8BBD;
}
.TagClassName
{
border-color: #CA8BBD;
}
</style>