Shades of Lily #CA7FB6
Tints of Lily #CA7FB6
RGB
CMYK
RGB Variations
Color information
#CA7FB6 (or 0xCA7FB6) is known color: Lily. HEX triplet: CA, 7F and B6. RGB value is (202,127,182). Sum of RGB (Red+Green+Blue) = 202+127+182=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FB6 is #358049. Grayscale: #9B9B9B. Windows color (decimal): -3506250 or 11960266. OLE color: 11960266.
HSL color Cylindrical-coordinate representation of color #CA7FB6: hue angle of 316º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7FB6 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 182 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.21 |
| HSL | 316º | 0.41% | 0.65% | - |
| HSV(B) | 316º | 0.37% | 0.79% | - |
| XYZ | 40.39 | 31.11 | 48.13 | - |
| YUV | 155.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 182 | 0 | 0.37 | 0.10 | 0.21 | 316 | 0.41 | 0.65 |
| Hex | CA | 7F | B6 | 0 | 25 | A | 15 | 13C | 29 | 41 |
| Octal | 312 | 177 | 266 | 0 | 45 | 12 | 25 | 474 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10110110 | 0 | 100101 | 1010 | 10101 | 100111100 | 101001 | 1000001 |
Color Harmonies of #CA7FB6
Complementary color
Monochromatic Colors of #CA7FB6
Black with #CA7FB6
Text Example
Text Example
White with #CA7FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FB6; }
p { color: rgb(202,127,182); }
H1.HeaderClassName
{
color: #CA7FB6;
}
.AnyTagClassName
{
color: #CA7FB6;
}
</style>
background-color css
<style>
a { background-color: #CA7FB6; }
a { background-color: rgb(202,127,182); }
div.DivClassName
{
background-color: #CA7FB6;
}
.BgClassName
{
background-color: #CA7FB6;
}
</style>
border-color css
<style>
span { border-color: #CA7FB6; }
span { border-color: rgb(202,127,182); }
td.TdClassName
{
border-color: #CA7FB6;
}
.TagClassName
{
border-color: #CA7FB6;
}
</style>